linuxOS_AP05/buildroot/board/ci40/genimage.cfg
2025-06-02 13:59:07 +08:00

13 lines
142 B
INI

# Minimal SD card image
#
image sdcard.img {
hdimage {
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}