uboot下烧写文件
2018-07-31 本文已影响0人
鹰击司马
国科和海思
1、tftp 0xc1000000 goke-flash.bin
2、sf probe
3、sf erase 0x0 0x1000000
4、sf write 0x0 0x1000000 0xc1000000
set bootargs ''
save
set bootcmd ''
save
国科和海思
1、tftp 0xc1000000 goke-flash.bin
2、sf probe
3、sf erase 0x0 0x1000000
4、sf write 0x0 0x1000000 0xc1000000
set bootargs ''
save
set bootcmd ''
save