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