genimage.cfg 476 B

123456789101112131415161718192021222324252627282930313233
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition uboot-spl {
  5. in-partition-table = "no"
  6. image = "u-boot-spl.bin"
  7. offset = 512
  8. }
  9. partition uboot {
  10. in-partition-table = "no"
  11. image = "u-boot-dtb.img"
  12. offset = 14K
  13. }
  14. partition uboot-env {
  15. in-partition-table = "no"
  16. image = "uboot-env.bin"
  17. offset = 526K
  18. }
  19. partition rootfs {
  20. partition-type = 0x83
  21. image = "rootfs.ext"
  22. offset = 2M
  23. }
  24. partition cfgfs {
  25. partition-type = 0x88
  26. image = "cfgfs.img"
  27. }
  28. }