mkdir /mnt/udisk
mount /dev/sda1 /mnt/udisk
./mnt/udisk1/helloworld
chmod 777 /mnt/udisk/helloworld
fdisk -c 0
fatformat mmc 0:1
ext3format mmc 0:2
ext3format mmc 0:3
ext3format mmc 0:4
fastboot
fastboot.exe flash bootloader u-boot-iTOP-4412.bin
fastboot.exe flash kernel zImage
fastboot.exe flash ramdisk ramdisk-uboot.img
fastboot.exe flash system system.img
fastboot -w
fastboot reboot
root=/dev/nfs rw nfsroot=192.168.1.103:/home/yrh/minilinux/system ip=192.168.1.230:192.168.1.103:192.168.1.1:255.255.255.0:iTOP:eth0:off rootfstype=ext4 init=/linuxrc console=ttySAC2,115200