quickstart-ide-standard-running-rk3568-burning.md 4.3 KB
Newer Older
D
duangavin123 已提交
1 2
# 烧录

D
duangavin123 已提交
3 4 5

烧录是指将编译后的程序文件下载到芯片开发板上的动作,为后续的程序调试提供基础。DevEco Device Tool提供一键烧录功能,操作简单,能快捷、高效的完成程序烧录,提升烧录的效率。

S
sunnychanghao 已提交
6
RK3568的镜像烧录通过Windows环境进行烧录,开发者启动烧录操作后,DevEco Device Tool通过Remote远程模式,将Ubuntu环境下编译生成的带烧录程序文件拷贝至Windows目录下,然后通过Windows的烧录工具将程序文件烧录至开发板中。
D
duangavin123 已提交
7

D
duangavin123 已提交
8

L
liyan 已提交
9 10 11 12 13 14
1. [下载](https://gitee.com/hihope_iot/docs/blob/master/HiHope_DAYU200/%E7%83%A7%E5%86%99%E5%B7%A5%E5%85%B7%E5%8F%8A%E6%8C%87%E5%8D%97/windows/DriverAssitant_v5.1.1.zip)并安装驱动DriverInstall.exe。
     > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
     >
     > 如果已经安装旧版本的烧写工具,请先点击"驱动卸载"按钮卸载驱动,然后再点击"驱动安装"按钮安装驱动。

2. 请连接好电脑和待烧录开发板,连接USB接口,具体可参考[RK3568开发板介绍](quickstart-standard-board-introduction-rk3568.md)
D
duangavin123 已提交
15

L
liyan 已提交
16
3. 在DevEco Device Tool中,选择REMOTE DEVELOPMENT > Local PC,查看远程计算机(Ubuntu开发环境)与本地计算机(Windows开发环境)的连接状态。
L
liyan 已提交
17

D
duangavin123 已提交
18
   - 如果Local PC右边连接按钮为![zh-cn_image_0000001261315939](figures/zh-cn_image_0000001261315939.png),则远程计算机与本地计算机为已连接状态,不需要执行其他操作。
L
liyan 已提交
19
   - 如果Local PC右边连接按钮为![zh-cn_image_0000001261515989](figures/zh-cn_image_0000001261515989.png),则点击绿色按钮进行连接。连接时DevEco Device Tool会重启服务,因此请不要在下载源码或源码编译过程中进行连接,否则会中断任务。
D
duangavin123 已提交
20

D
duangavin123 已提交
21
   ![zh-cn_image_0000001261395999](figures/zh-cn_image_0000001261395999.png)
D
duangavin123 已提交
22 23


L
liyan 已提交
24
4. 在菜单栏中点击**Project Settings**按钮,进入RK3568工程配置界面。
D
duangavin123 已提交
25

L
liyan 已提交
26
   ![zh-cn_image_0000001198566364](figures/zh-cn_image_0000001198566364.png)
D
duangavin123 已提交
27

L
liyan 已提交
28
5. 在“Tool Chain”页签,设置Uploader烧录器工具,可以通过Tool Chain页签中的Install按钮在线安装。
L
liyan 已提交
29

L
liyan 已提交
30
   ![zh-cn_image_0000001239661509](figures/zh-cn_image_0000001239661509.png)
D
duangavin123 已提交
31 32


L
liyan 已提交
33
6. 在“hh_scdy200”页签,设置烧录选项,包括upload_partitions和upload_protocol。
L
liyan 已提交
34

L
liyan 已提交
35
   - upload_partitions_profile:选择待烧录程序的配置文件,该配置文件会指定烧录文件名称、起始烧录地址、地址长度等信息;同时请勾选**Enable to use upload_partitions_profile for upload**选项。
D
duangavin123 已提交
36

L
liyan 已提交
37 38 39 40 41 42 43
     > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
     >
     > 如需修改烧录profile文件,在设置烧录分区起始地址和分区长度时,应根据实际待烧录文件的大小进行设置,要求设置的烧录分区大小,要大于待烧录文件的大小;同时,各烧录文件的分区地址设置不能出现重叠。
     >
     > 首次烧录,请勾选**Enable to use upload_partitions_profile for upload**选项,会自动生成upload_partitions文件。再次烧录时,可根据实际情况选择生成upload_partitions文件进行自定义烧录,也可以再勾选**Enable to use upload_partitions_profile for upload**选项,使用upload_partitions_profile重新生成upload_partitions文件用于烧录。

   - upload_protocol:选择烧录协议,固定选择“upgrade”。
L
liyan 已提交
44

L
liyan 已提交
45
     ![zh-cn_image_0000001194504874](figures/zh-cn_image_0000001194504874.png)
D
duangavin123 已提交
46

L
liyan 已提交
47
7. 所有的配置都修改完成后,在工程配置页签的顶部,点击**Save**进行保存。
D
duangavin123 已提交
48

L
liyan 已提交
49
8. 在“PROJECT TASKS”中,点击hh_scdy200下的**Upload**按钮启动烧录。
D
duangavin123 已提交
50

D
duangavin123 已提交
51 52
   ![zh-cn_image_0000001194821710](figures/zh-cn_image_0000001194821710.png)

L
liyan 已提交
53
9. 当屏幕提示“Operation paused,Please press Enter key to continue”,请按回车键继续。
54 55

   > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
D
duangavin123 已提交
56
   >
57
   > 如果开发板未处于烧录模式,屏幕会提示“The board is not in Loader mode.Please Hold on the VOL+key...”,此时,请长按音量+键,3秒后点击RESET键,然后再过3秒放开音量+键,使开发板进入烧录模式。
58

D
duangavin123 已提交
59 60
   等待开发板烧录完成,当屏幕提示如下信息时,表示烧录成功。

D
duangavin123 已提交
61
   ![zh-cn_image_0000001194984912](figures/zh-cn_image_0000001194984912.png)