2
1

genimage.cfg.template 252 B

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