内核: pcduino3_a20_kernel_livesuit_20140721.img
根文件系统: pcduino3_ubuntu_20140430.7z
| start | size | usage |
|---|---|---|
| 0 | 8KB | Unused, available for partition table etc. |
| 8 | 24KB | Initial SPL Loader |
| 32 | 512KB | u-boot |
| 544 | 128KB | environment |
| 672 | 352KB | reserved |
| 1024 | - | Free for partitions |
dd if=/dev/zero of=/dev/mmcblk0 bs=1M count=1syncapt-get install nfs-commoncd kernelmake u-bootspl/sunxi-spl.bin和u-boot.bin, 将这个文件写到TF卡 dd if=spl/sunxi-spl.bin of=/dev/sdb bs=1024 seek=8; dd if=u-boot.bin of=/dev/sdb bs=1024 seek=32