cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/friendlyarm/nanopi-neo/genimage.cfg

18 lines
270 B
INI

# Minimal SD card image for the NanoPi NEO.
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"
offset = 1M
}
}