genimage.cfg 213 B

123456789101112131415
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition u-boot-spl-dtb {
  5. in-partition-table = "no"
  6. image = "u-boot-spl-dtb.img"
  7. offset = 32K
  8. }
  9. partition rootfs {
  10. partition-type = 0x83
  11. image = "rootfs.ext4"
  12. }
  13. }