当前位置:网站首页>Hi3516 full system type burning tutorial
Hi3516 full system type burning tutorial
2022-07-07 12:06:00 【Lian Zhian's blog】
Download burning materials :https://gitee.com/hihope_iot/docs/tree/master/HiSpark-AI-Camera-Developer-Kit/Software/tools
First step : Install well hitool usb Burning drive
Installation mode : After decompressing , double-click InstallDriver.exe, Default next step , Click Finish
The second step : Double click the registry file , See the attachment at the end , Click Yes to
If it is not installed, the error shown in the figure will appear :
Burning steps :
1、 take 3516 Plug the serial port cable of the development board into the computer USB On the mouth
2、 the reason being that USB Burning way , So choose USB mouth , Pictured
Be careful : Choose the right serial port , And the serial port of the terminal serial port configuration should be consistent with PC It should be consistent with the serial port under the board end configuration
Ps:USB There is no need to connect the network cable for burning , There is no need to plug in the power cord ( With switch button ), Just put one end with typeC Plug in 3516 Back of development board , At the other end is USB Plug in the host USB On the mouth , This line is equivalent to the power line .
Key operations
(1) Power off first : It means to plug into the host USB Unplug the cable
(2) Click burn
(3) Hold down 3516 On the development board update Key not put ,update Key as shown in the figure ( Black dot )
(4) Access to electricity : It means to pull out just now USB Plug the cable into the host , Notice that it's the same USB mouth , Don't insert it wrong
(5) Release reset key , Click the console to display the scene as shown in the figure , It means you are already burning
Launch parameters
at present Runhe Hi3516 Development board Support 3 A system , Namely :
(1) Small system (liteos-a kernel )
(2) Small system (Linux kernel )
(3) Standard system
Small system (liteos-a kernel )
Small system liteos-a Kernel compilation ,hb set choice ipcamera_hispark_taurus
Burning guide diagram :
, Set up the server IP、 Development board IP、 Launch parameters .
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
The configuration is as follows : Select network port burning 、 Pay attention to modifying the server IP、IP Address 、 gateway , choice emmc burn ,
Small system (linux kernel )
hb set choice ipcamera_hispark_taurus_linux
Burning guide diagram :
, Set up the server IP、 Development board IP、 Launch parameters .
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
The configuration is as follows : Select network port burning 、 Pay attention to modifying the server IP、IP Address 、 gateway , choice emmc burn
Standard system
Compile command :./build.sh --product-name Hi3516DV300 --ccache
, Set up the server IP、 Development board IP、 Launch parameters .
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
The configuration is as follows : Select network port burning 、 Pay attention to modifying the server IP、IP Address 、 gateway , choice emmc burn
边栏推荐
- 通过环境变量将 Pod 信息呈现给容器
- Stm32f1 and stm32subeide programming example -max7219 drives 8-bit 7-segment nixie tube (based on SPI)
- sink 消费 到 MySQL, 数据库表里面已经设置了 自增主键, flink 里面,如何 操作?
- 相机标定(1): 单目相机标定及张正友标定基本原理
- wallys/Qualcomm IPQ8072A networking SBC supports dual 10GbE, WiFi 6
- Hi3516全系统类型烧录教程
- Use references
- 《看完就懂系列》天哪!搞懂节流与防抖竟简单如斯~
- Nuclear boat (I): when "male mothers" come into reality, can the biotechnology revolution liberate women?
- What is a LAN domain name? How to parse?
猜你喜欢
zero-shot, one-shot和few-shot
问题:先后键入字符串和字符,结果发生冲突
Improve application security through nonce field of play integrity API
112.网络安全渗透测试—[权限提升篇10]—[Windows 2003 LPK.DDL劫持提权&msf本地提权]
Matlab implementation of Huffman coding and decoding with GUI interface
NPC Jincang was invited to participate in the "aerospace 706" I have an appointment with aerospace computer "national Partner Conference
SwiftUI Swift 内功之如何在 Swift 中进行自动三角函数计算
MATLAB实现Huffman编码译码含GUI界面
Nuclear boat (I): when "male mothers" come into reality, can the biotechnology revolution liberate women?
超标量处理器设计 姚永斌 第9章 指令执行 摘录
随机推荐
Camera calibration (1): basic principles of monocular camera calibration and Zhang Zhengyou calibration
Unity中SmoothStep介绍和应用: 溶解特效优化
Is it safe to open Huatai's account in kainiu in 2022?
112. Network security penetration test - [privilege promotion article 10] - [Windows 2003 lpk.ddl hijacking rights lifting & MSF local rights lifting]
[data clustering] realize data clustering analysis based on multiverse optimization DBSCAN with matlab code
How to write test cases for test coupons?
Nuclear boat (I): when "male mothers" come into reality, can the biotechnology revolution liberate women?
Test the foundation of development, and teach you to prepare for a fully functional web platform environment
How to understand the clothing industry chain and supply chain
wallys/Qualcomm IPQ8072A networking SBC supports dual 10GbE, WiFi 6
【最短路】Acwing1128信使:floyd最短路
Common locking table processing methods in Oracle
<No. 9> 1805. 字符串中不同整数的数目 (简单)
Introduction and application of smoothstep in unity: optimization of dissolution effect
SwiftUI 教程之如何在 2 秒内实现自动滚动功能
powershell cs-UTF-16LE编码上线
[filter tracking] comparison between EKF and UKF based on MATLAB extended Kalman filter [including Matlab source code 1933]
【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)
Reasons for the failure of web side automation test
zero-shot, one-shot和few-shot