genimage.cfg 285 B

1234567891011121314151617
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition u-boot {
  5. in-partition-table = "no"
  6. image = "u-boot.imx"
  7. offset = 1024
  8. }
  9. partition rootfs {
  10. partition-type = 0x83
  11. image = "rootfs.ext2"
  12. offset = 1M
  13. size = 60M
  14. }
  15. }