System startup 系统启动
U-Boot 2016.11-svn1097169 (Jan 06 2021 - 18:17:48 +0800), Build: jenkins- 启动信息
Frontend.BSP.CCI.devCloud-2551
Relocation Offset is: 0774d000
Relocating to 47f4d000, new gd at 46f2cef0, sp at 46f2ced0
[11:53:01.826]收←◆SPI Nand ID Table Version 2.7
SPI Nand(cs 0) ID: 0xc2 0x14 0x3 Name:"MX35LF1G24AD"
Block:128KB Page:2KB OOB:128B ECC:24bit/1K
Chipsize:128 MiB
In: serial
Out: serial
Err: serial
Net: eth0
DDR: 128MB 运行内存
[Uboot] In release mode!
Hit Ctrl+u to stop autoboot: 3 当看到此提示时需要在3秒内按住键盘的Ctrl U键 进入命令行提示符
HKVS # 等待输入命令 命令行提示符
HKVS #help 调用帮助文档
以下是输入对应的命令系统将按照命令执行,如:在HKVS # 后面输入format 则程序会执行,格式化app_pri app_sec cfg_pri cfg_sec分区 不建议操作此项目。
? - alias for 'help'
erase - erase flash except bootloader area 擦除除引导加载程序区域以外的闪存
format - format app_pri app_sec cfg_pri cfg_sec partition 格式化app_pri app_sec cfg_pri cfg_sec分区 不建议操作此项目
go -
gos -
upf - update firm, format and update (factory use) via ethernet 更新公司,格式和更新(工厂使用)通过以太网
upf - update firm, format and update (factory use) via ethernet 更新公司,格式和更新(工厂使用)通过以太网
gpio - set the gpio 设置gpio
help - print command description/usage
loadk - load kernel to DRAM
upbs - update u-boot via serial 通过串行更新u-boot
upc - format cfg0 and cfg1 (factory use) via ethernet 通过以太网格式化cfg0和cfg1(工厂使用)
update - update digicap.dav via ethernet 通过以太网更新digicap.dav 此方法需要配合TFTP联合使用
updateb - update u-boot via ethernet updateb-通过以太网更新u-boot 其实u-boot是不用更新的
updatebusb- update u-boot via usbnet 通过usbnet更新u-boot
upf - update firm, format and update (factory use) via ethernet 通过以太网更新公司、格式和更新(工厂使用)
upfusb - update firm, format and update (factory use) via usbnet 通过usbnet更新公司、格式和更新(工厂使用)
upm - update minisystem via ethernet 通过以太网更新微型系统
upmusb - update minisystem via usbnet
? - alias for 'help'
bootm - boot application image from memory 从内存启动应用程序映像
ddr - ddr training function
help - print command description/usage
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reset - Perform RESET of the CPU 执行CPU复位
saveenv - save environment variables to persistent storage 将环境变量保存到永久存储
setenv - set environment variables 设置环境变量
HKVS # 命令行提示符,命令的使用,如需要给设备刷机升级则可以在提示符HKVS #输入update