genimage.cfg 215 B

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