2
1

genimage.cfg 290 B

1234567891011121314151617181920212223
  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. }
  19. }