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