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