1image sdcard.img { 2 hdimage { 3 } 4 5 partition imx-boot { 6 in-partition-table = "no" 7 image = "imx8-boot-sd.bin" 8 offset = 33k 9 } 10 11 partition rootfs { 12 partition-type = 0x83 13 image = "rootfs.ext4" 14 offset = 8M 15 } 16} 17