[U-Boot Compile] $ ./build_uboot config $ ./build_uboot [Kernel Compile] $ ./build_kernel defconfig mango220_9axis_7inch_1024_600_defconfig $ ./build_kernel [Android Compile] $ ./android_build.sh [SD/MMC and eMMC fusing command ] ## 8GB SD/MMC Card ## Linux Host PC (ubuntu 12.04) $ dmesg | tail [ 2125.344022] usb 2-5: new high-speed USB device number 9 using ehci_hcd [ 2153.447071] usb 2-5: USB disconnect, device number 9 [ 2162.976018] usb 2-5: new high-speed USB device number 10 using ehci_hcd [ 2727.817578] usb 2-5: USB disconnect, device number 10 [ 2736.300456] sd 6:0:0:0: [sdc] 15644672 512-byte logical blocks: (8.01 GB/7.45 GiB) [ 2736.301955] sd 6:0:0:0: [sdc] No Caching mode page present [ 2736.301960] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 2736.304953] sd 6:0:0:0: [sdc] No Caching mode page present [ 2736.304958] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 2736.305976] sdc: sdc1 sdc2 sdc3 sdc4 $ sudo ./sdwriter sdc 220 bin ##U-Boot Prompt SMDK4412 # fdisk -c 0 1000 1000 1000 SMDK4412 # fatformat mmc 0:1 SMDK4412 # fastboot ## Linux Host PC (ubuntu 12.04) $ sudo ./fastboot-linuxpc-write.sh ##U-Boot Environment Setting setenv bootcmd "movi read kernel 0 40008000;movi read rootfs 0 41200000 100000;bootm 40008000 41200000" setenv bootargs "console=ttySAC1,115200"