blob: 836666ff8e673071d367c782c1f50d548285d7ae [file] [log] [blame]
# Minimal SD card image for the Allwinner Nezha
image sdcard.img {
hdimage {
}
partition u-boot {
in-partition-table = false
image = "u-boot-sunxi-with-spl.bin"
offset = 8K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
bootable = "true"
offset = 1M
}
}