genimage.cfg 312 B

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