1image sdcard-emmc.img { 2 hdimage { 3 gpt = true 4 } 5 6 partition rcw { 7 offset = 4k 8 in-partition-table = "no" 9 image = "rcw.bin" 10 } 11 12 partition u-boot { 13 offset = 1M 14 in-partition-table = "no" 15 image = "u-boot.rom" 16 } 17 18 partition rootfs { 19 offset = 2M 20 image = rootfs.ext4 21 partition-uuid = %PARTUUID% 22 } 23} 24