itop4412之OTG烧写系统

进入uboot模式,开发板分区格式化

fdisk -c 0
fatformat mmc 0:1
ext3format mmc 0:2
ext3format mmc 0:3
ext3format mmc 0:4


进入fastboot模式,在doc窗口下进行烧写

fastboot.exe flash bootloader u-boot-iTOP-4412.bin   //uboot文件,通用,可不用烧写
fastboot.exe flash kernel zImage  //内核
fastboot.exe flash ramdisk ramdisk-uboot.img  //内存
fastboot.exe flash system system.img  //文件系统
fastboot -w  //擦写
fastboot reboot  //重启


猜你喜欢

转载自blog.csdn.net/duidaifen3896/article/details/79677208