genimage.cfg 599 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Minimal SD card image for the Allwinner Nezha
  2. image sdcard.img {
  3. hdimage {
  4. }
  5. partition boot0-1 {
  6. in-partition-table = "no"
  7. image = "boot0_sdcard_sun20iw1p1.bin"
  8. offset = 8K
  9. }
  10. partition boot0-2 {
  11. in-partition-table = "no"
  12. image = "boot0_sdcard_sun20iw1p1.bin"
  13. offset = 128K
  14. }
  15. partition u-boot-1 {
  16. in-partition-table = "no"
  17. image = "u-boot.toc1"
  18. offset = 12288K
  19. }
  20. partition u-boot-2 {
  21. in-partition-table = "no"
  22. image = "u-boot.toc1"
  23. offset = 16400K
  24. }
  25. partition rootfs {
  26. partition-type = 0x83
  27. image = "rootfs.ext4"
  28. bootable = "true"
  29. offset = 18M
  30. }
  31. }