genimage.cfg 304 B

123456789101112131415161718192021222324
  1. image sdcard.img {
  2. hdimage {
  3. gpt = "true"
  4. }
  5. partition fsbl1 {
  6. image = "u-boot-spl.stm32"
  7. }
  8. partition fsbl2 {
  9. image = "u-boot-spl.stm32"
  10. }
  11. partition ssbl {
  12. image = "u-boot.img"
  13. }
  14. partition rootfs {
  15. image = "rootfs.ext4"
  16. partition-type = 0x83
  17. bootable = "yes"
  18. size = 256M
  19. }
  20. }