forked from postman/niobe
update
This commit is contained in:
parent
7782f6b6e1
commit
dc84a60955
|
@ -31,6 +31,8 @@
|
|||
|
||||
- [使用HB工具进行代码编译](applications/docs/代码编译.md)
|
||||
|
||||
- [使用HiBurn工具进行固件下载](applications/docs/烧录指导.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
Binary file not shown.
|
@ -0,0 +1,44 @@
|
|||
# 烧录指导
|
||||
|
||||
烧录镜像需要可以使用HiBurn工具进行烧录
|
||||
|
||||
HiBurn工具下载地址:[点击下载](./tools/)
|
||||
|
||||
1. 从out目录下获取`Hi3861_wifiiot_app_allinone.bin`镜像文件,路径如下:
|
||||
|
||||
```
|
||||
out/niobe/niobe_wifi_iot/Hi3861_wifiiot_app_allinone.bin
|
||||
```
|
||||
|
||||
2. 使用Type-C数据线把开发板的核心板和电脑进行连接。
|
||||
|
||||
3. 打开HiBurn工具。
|
||||
|
||||
![image-20210924171619573](figure/image-20210924171619573.png)
|
||||
|
||||
4. 点击Refresh按钮,Com会自动寻找到烧录端口。
|
||||
|
||||
5. 点击菜单Settings->com settings设置,调整波特率buad:921600,点击确定。
|
||||
|
||||
![image-20210924171947007](figure/image-20210924171947007.png)
|
||||
|
||||
6. 点击select file按钮,选择`Hi3861_wifiiot_app_allinone.bin`镜像文件
|
||||
|
||||
|
||||
|
||||
![image-20210924172114736](figure/image-20210924172114736.png)
|
||||
|
||||
![image-20210924172235200](figure/image-20210924172235200.png)
|
||||
|
||||
7. 勾选Auto burn按钮。
|
||||
|
||||
![image-20210924172336410](figure/image-20210924172336410.png)
|
||||
|
||||
8. 点击Connect按钮,当控制台出现connect...信息后,按一下开发板上的reset复位按键,进入烧录状态,等待文件烧录完成。
|
||||
|
||||
![image-20210924172633207](figure/image-20210924172633207.png)
|
||||
|
||||
9. 控制台信息出现Successful字样,表示烧录成功。再点击Disconnect按钮,断开串口连接。
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue