iTOP4412烧写最小liunx系统
1. 输入格式化和分区命令
fdisk -c 0
fatformat mmc 0:1
ext3format mmc 0:2
ext3format mmc 0:3
ext3format mmc 0:4
2. 输入命令:fastboot
3. 输入烧写 uboot 命令
fastboot.exe flash bootloader u-boot-iTOP-4412.bin(以前烧写过就不需要烧了)
4. 烧写 zImage 内核命令
fastboot.exe flash kernel zImage
5. 输入烧写 ramdisk 命令
fastboot.exe flash ramdisk ramdisk-uboot.img
6. 输入烧写 system 文件系统命令
fastboot.exe flash system system.img
7. 输入擦除命令
fastboot -w