内核: 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=1
sync
apt-get install nfs-common
cd kernel
make u-boot
spl/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