1image sdcard.img { 2 hdimage { 3 } 4 5 partition uboot-spl { 6 in-partition-table = "no" 7 image = "u-boot-spl.bin" 8 offset = 512 9 } 10 11 partition uboot { 12 in-partition-table = "no" 13 image = "u-boot.img" 14 offset = 14K 15 } 16 17 partition uboot-env { 18 in-partition-table = "no" 19 image = "uboot-env.bin" 20 offset = 526K 21 } 22 23 partition rootfs { 24 partition-type = 0x83 25 image = "rootfs.ext4" 26 offset = 2M 27 } 28} 29