genimage.cfg 238 B

12345678910111213141516
  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 = 8K
  8. size = 1016K # 1MB - 8KB
  9. }
  10. partition rootfs {
  11. partition-type = 0x83
  12. image = "rootfs.ext4"
  13. }
  14. }