genimage.cfg 257 B

1234567891011121314151617
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition u-boot {
  5. in-partition-table = "no"
  6. image = "u-boot-sunxi-with-spl.bin"
  7. offset = 8192
  8. size = 1040384 # 1MB - 8192
  9. }
  10. partition rootfs {
  11. partition-type = 0x83
  12. image = "rootfs.ext4"
  13. size = 512M
  14. }
  15. }