start download process.
Boot started successfully!
Send command: ge
tinfo version
version: U-Boot 2016.11
[EOT](OK)
Send command: sf probe 0//选择spi flash 0
[EOT](OK)
Send command: getinfo spi
Block:64KB Chip:16MB*1
ID:0xC2 0x20 0x18
Name:"MX25L128XX"
[EOT](OK)
waiting phy ready, it will take 8s.
Send command: setenv serverip 192.168.1.3
[EOT](OK)
Send command: setenv ethaddr 00:8c:55:07:b0:88
[EOT](OK)
Send command: setenv ipaddr 192.168.1.10
[EOT](OK)
Send command: setenv netmask 255.255.255.0
[EOT](OK)
Send command: setenv gatewayip 192.168.1.1
[EOT](OK)
Tftpserver Download Home switched to <\10.175.126.15zhuanjia***dzcamera0825outipcamera_hi3516dv300_liteos_a>
Send command: mw.b 0x81000000 0xFF 0x590000//把内存中从0x81000000 开始的0x590000个字节全部置1
[EOT](OK)
Send command: tftp 0x81000000 OHOS_Image.bin//把OHOS_Image.bin文档加载到内存中去,起始地址为0x81000000.
Hisilicon ETH net controler
eth0 : phy status change : LINK=UP :DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.1.3; our IPaddress is 192.168.1.10
Filename 'OHOS_Image.bin'.
Load address: 0x81000000
Bytes transferred = 5791744 (586000 hex)
[EOT](OK)
Send command: crc32 81000000 586000
crc32 for 81000000 ... 81585fff ==>78b90ed7
[EOT](OK)
Send command: sf probe 0//选择spi flash 0
[EOT](OK)
Send command: sf erase 0x100000 0x600000//把flash存储器中从0x100000开始的6M字节的存储空间清零。
Send command: sf write 0x81000000 0x100000 0x590000//把内存中从0x81000000开始的0x590000字节的内容copy到flash中,flash中存储的起始地址是0x100000
device 0 offset 0x100000, size 0x590000
Send command: mw.b 0x81000000 0xFF 0x780000//把内存中从0x81000000 开始的0x780000个字节全部置1
[EOT](OK)
Send command: tftp 0x81000000 rootfs.img//加载rootfs.img到内存中去,存储单位的起始地址是0x81000000
Hisilicon ETH net controler
eth0 : phy status change : LINK=UP :DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.1.3; our IPaddress is 192.168.1.10
Filename 'rootfs.img'.
Send command: crc32 81000000 772314
crc32 for 81000000 ... 81772313 ==>ba26d341
[EOT](OK)
Send command: sf probe 0//选择spi flash 0
[EOT](OK)
Send command: sf erase 0x700000 0x800000//把flash存储器中从0x700000开始的8M字节的存储空间清零。
Send command: sf write 0x81000000 0x700000 0x780000//把内存中从0x81000000开始的0x780000字节的内容copy到flash中,flash中存储的起始地址是0x700000
device 0 offset 0x700000, size 0x780000
Send command: mw.b 0x81000000 0xFF 0x10000//把内存中从0x81000000 开始的0x10000个字节全部置1
[EOT](OK)
Send command: tftp 0x81000000 userfs.img//加载userfs.img到内存中去,存储单位的起始地址是0x81000000
Hisilicon ETH net controler
eth0 : phy status change : LINK=UP :DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.1.3; our IPaddress is 192.168.1.10
Filename 'userfs.img'.
Load address: 0x81000000
Loading: *##
0 Bytes/s
done
Bytes transferred = 3020 (bcc hex)
[EOT](OK)
Send command: crc32 81000000 bcc
crc32 for 81000000 ... 81000bcb ==>0361fc92
[EOT](OK)
Send command: sf probe 0//选择spi flash 0
[EOT](OK)
Send command: sf erase 0xf00000 0x100000//把flash存储器中从0xF00000开始的1M字节的存储空间清零。
Send command: sf write 0x81000000 0xf00000 0x10000//把内存中从0x81000000开始的0x10000字节的内容copy到flash中,flash中存储的起始地址是0xf00000
device 0 offset 0xf00000, size 0x10000
Writing at 0xf10000 -- 100% complete.
SF: 65536 bytes @ 0xf00000 Written: OK
[EOT](OK)
Partition burnt successfully!
Send command: reset
reset success!
Partition burnt completed!
Serial channels were closed successfully.