1image sdcard.img { 2 hdimage { 3 gpt = "true" 4 } 5 6 partition fsbl1 { 7 image = "%ATFBIN%" 8 } 9 10 partition fsbl2 { 11 image = "%ATFBIN%" 12 } 13 14 partition ssbl { 15 image = "u-boot.stm32" 16 size = 2M 17 } 18 19 partition rootfs { 20 image = "rootfs.ext4" 21 bootable = "yes" 22 } 23} 24