genimage.cfg 318 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. }
  14. partition rootfs {
  15. partition-type = 0x83
  16. image = "rootfs.ext4"
  17. }
  18. }