1# Minimal image, no U-boot since v3/v5 cannot boot from sdcard, see 2# readme.txt for details on configuring the on-board u-boot. 3image sdcard.img { 4 hdimage { 5 } 6 7 partition rootfs { 8 partition-type = 0x83 9 image = "rootfs.ext4" 10 } 11} 12