linuxOS_AP05/buildroot/board/ci40/genimage.cfg

13 lines
142 B
INI
Raw Normal View History

2025-06-02 05:59:07 +00:00
# Minimal SD card image
#
image sdcard.img {
hdimage {
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}