genimage.cfg 376 B

12345678910111213141516171819202122
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition u-boot-tpl-spl-dtb {
  5. in-partition-table = "no"
  6. image = "u-boot-tpl-spl-dtb.img"
  7. offset = 32K
  8. }
  9. partition u-boot-dtb {
  10. in-partition-table = "no"
  11. image = "u-boot-dtb.img"
  12. offset = 8M
  13. size = 30M # falcon mode: args @ 16M args, uImage @ 17M
  14. }
  15. partition rootfs {
  16. partition-type = 0x83
  17. image = "rootfs.ext4"
  18. }
  19. }