genimage.cfg 295 B

12345678910111213141516171819
  1. # Minimal SD card image for the Allwinner Nezha
  2. image sdcard.img {
  3. hdimage {
  4. }
  5. partition u-boot {
  6. in-partition-table = false
  7. image = "u-boot-sunxi-with-spl.bin"
  8. offset = 8K
  9. }
  10. partition rootfs {
  11. partition-type = 0x83
  12. image = "rootfs.ext4"
  13. bootable = "true"
  14. offset = 1M
  15. }
  16. }