genimage.cfg.template 274 B

1234567891011121314151617181920212223
  1. image sdcard.img {
  2. hdimage {
  3. partition-table-type = "gpt"
  4. }
  5. partition fsbl1 {
  6. image = "%ATFBIN%"
  7. }
  8. partition fsbl2 {
  9. image = "%ATFBIN%"
  10. }
  11. partition fip {
  12. image = "fip.bin"
  13. size = 2M
  14. }
  15. partition rootfs {
  16. image = "rootfs.ext4"
  17. bootable = "yes"
  18. }
  19. }