1# Minimal SD card image for the Toradex Apalis i.MX6 COM 2# 3# It does not need a boot section for a bootloader since it is booted 4# from its internal flash memory (eMMC). 5 6image sdcard.img { 7 hdimage { 8 } 9 10 partition rootfs { 11 partition-type = 0x83 12 image = "rootfs.ext2" 13 size = 512M 14 } 15} 16