当前位置:网站首页>Hi3516全系统类型烧录教程
Hi3516全系统类型烧录教程
2022-07-07 10:04:00 【连志安的博客】
烧录资料下载:https://gitee.com/hihope_iot/docs/tree/master/HiSpark-AI-Camera-Developer-Kit/Software/tools
第一步:安装好hitool usb 烧写的驱动
安装方式:解压后,双击InstallDriver.exe,默认下一步,点击完成即可
第二步:双击注册表文件,见末尾附件,点击是即可


未安装会出现如图所示错误:

烧写步骤:
1、将3516开发板串口线插到电脑USB口上
2、因为是USB烧写方式,所以选择USB口,如图


注意:串口是哪个要选对了,还有终端串口配置的串口要和PC与板端配置下面的串口要一致
Ps:USB烧写不需要连网线,也不需要插上电源线(带开关按钮的),只需要将一端有typeC口插上3516开发板背面,还有一端是USB口插在主机USB口上,这条线就相当于电源线。
关键操作
(1)先断电:意思就是将插在主机上的USB线拔掉
(2)点击烧写
(3)按住3516开发板上的update键不放,update键如图(黑色小点)
(4)上电:意思是将刚刚拔掉的USB线再插到主机上,注意是同一个USB口,别插错了
(5)松开reset键,点击控制台出现如图场景,就代表已经在烧写了

启动参数
目前 润和Hi3516开发板 支持3种系统,分别是:
(1)小型系统(liteos-a内核)
(2)小型系统(Linux内核)
(3)标准系统
小型系统(liteos-a内核)
小型系统liteos-a内核编译,hb set选择 ipcamera_hispark_taurus
烧录指导图:
,设置好服务器IP、开发板IP、启动参数。
setenv serverip 192.168.3.60
setenv ipaddr 192.168.3.100
setenv bootcmd "mmc read 0x0 0x80000000 0x800 0x4800; go 0x80000000";
setenv bootargs "console=ttyAMA0,115200n8 root=emmc fstype=vfat rootaddr=10M rootsize=30M rw";
saveenv
配置如下:选择网口烧录、注意修改服务器IP、IP地址、网关,选择emmc烧录,
小型系统(linux内核)
hb set选择 ipcamera_hispark_taurus_linux
烧录指导图:
,设置好服务器IP、开发板IP、启动参数。
setenv serverip 192.168.3.60
setenv ipaddr 192.168.3.100
setenv bootargs "mem=128M console=ttyAMA0,115200 root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait blkdevparts=mmcblk0:1M(boot),9M(kernel),50M(rootfs),50M(userfs),1024M(userdata)"
setenv bootcmd "mmc read 0x0 0x82000000 0x800 0x4800;mw 0x10FF0044 0X600;mw 0x120D2010 0x00000000;mw 0x120D2400 0x000000ff;mw 0x120D2010 0x00000000;bootm 0x82000000"
saveenv
配置如下:选择网口烧录、注意修改服务器IP、IP地址、网关,选择emmc烧录
标准系统
编译命令:./build.sh --product-name Hi3516DV300 --ccache
,设置好服务器IP、开发板IP、启动参数。
setenv serverip 192.168.3.60
setenv ipaddr 192.168.3.100
setenv bootargs 'mem=640M console=ttyAMA0,115200 mmz=anonymous,0,0xA8000000,384M clk_ignore_unused androidboot.selinux=permissive skip_initramfs rootdelay=10 init=/init root=/dev/mmcblk0p5 rootfstype=ext4 rw blkdevparts=mmcblk0:1M(boot),15M(kernel),20M(updater),1M(misc),3307M(system),256M(vendor),-(userdata)'
setenv bootcmd "mmc read 0x0 0x80000000 0x800 0x4800; bootm 0x80000000"
saveenv
reset
配置如下:选择网口烧录、注意修改服务器IP、IP地址、网关,选择emmc烧录
边栏推荐
- Various uses of vim are very practical. I learned and summarized them in my work
- 18 basic introduction to divider separator component of fleet tutorial (tutorial includes source code)
- Swiftui swift internal skill: five skills of using opaque type in swift
- Steps of redis installation and self startup configuration under CentOS system
- 【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)
- [Yugong series] go teaching course 005 variables in July 2022
- NPC Jincang was invited to participate in the "aerospace 706" I have an appointment with aerospace computer "national Partner Conference
- STM32 entry development NEC infrared protocol decoding (ultra low cost wireless transmission scheme)
- Fleet tutorial 19 introduction to verticaldivider separator component Foundation (tutorial includes source code)
- Talk about SOC startup (x) kernel startup pilot knowledge
猜你喜欢
![[filter tracking] strapdown inertial navigation pure inertial navigation solution matlab implementation](/img/14/6e440f3c4e04d9b322f0c3f43e213c.png)
[filter tracking] strapdown inertial navigation pure inertial navigation solution matlab implementation

【数据聚类】基于多元宇宙优化DBSCAN实现数据聚类分析附matlab代码
![[data clustering] realize data clustering analysis based on multiverse optimization DBSCAN with matlab code](/img/83/0652e3138b87a4741dd8261a24d1e8.png)
[data clustering] realize data clustering analysis based on multiverse optimization DBSCAN with matlab code

About how to install mysql8.0 on the cloud server (Tencent cloud here) and enable local remote connection

HCIA复习整理

【滤波跟踪】捷联惯导纯惯导解算matlab实现

千人规模互联网公司研发效能成功之路

Flet教程之 19 VerticalDivider 分隔符组件 基础入门(教程含源码)

The Oracle message permission under the local Navicat connection liunx is insufficient
![110.网络安全渗透测试—[权限提升篇8]—[Windows SqlServer xp_cmdshell存储过程提权]](/img/62/1ec8885aaa2d4dca0e764b73a1e2df.png)
110.网络安全渗透测试—[权限提升篇8]—[Windows SqlServer xp_cmdshell存储过程提权]
随机推荐
108. Network security penetration test - [privilege escalation 6] - [windows kernel overflow privilege escalation]
Automated testing framework
Swiftui tutorial how to realize automatic scrolling function in 2 seconds
Software design - "high cohesion and low coupling"
《论文阅读》Neural Approaches to Conversational AI(1)
CMU15445 (Fall 2019) 之 Project#2 - Hash Table 详解
Rationaldmis2022 array workpiece measurement
让数字管理好库存
[full stack plan - programming language C] basic introductory knowledge
Network protocol concept
[Yugong series] go teaching course 005 variables in July 2022
通过环境变量将 Pod 信息呈现给容器
Mastering the new functions of swiftui 4 weatherkit and swift charts
About how to install mysql8.0 on the cloud server (Tencent cloud here) and enable local remote connection
Some opinions and code implementation of Siou loss: more powerful learning for bounding box regression zhora gevorgyan
Reasons for the failure of web side automation test
【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)
Solve the problem that vscode can only open two tabs
R language Visual facet chart, hypothesis test, multivariable grouping t-test, visual multivariable grouping faceting boxplot, and add significance levels and jitter points
如何理解服装产业链及供应链