1image sdcard.img { 2 hdimage { 3 } 4 5 partition u-boot { 6 in-partition-table = "no" 7 image = "u-boot.imx" 8 offset = 1K 9 } 10 11 partition rootfs { 12 partition-type = 0x83 13 image = "rootfs.ext2" 14 offset = 1M 15 size = 60M 16 } 17} 18