1image sdcard.img { 2 hdimage { 3 } 4 5 partition u-boot-tpl-spl-dtb { 6 in-partition-table = "no" 7 image = "idbloader.img" 8 offset = 32K 9 } 10 11 partition u-boot-dtb { 12 in-partition-table = "no" 13 image = "u-boot.itb" 14 offset = 8M 15 size = 30M 16 } 17 18 partition rootfs { 19 partition-type = 0x83 20 image = "rootfs.ext4" 21 } 22} 23