linuxOS_PX30_CAR/buildroot/board/technologic/ts7680/genimage.cfg
2026-01-20 14:00:13 +08:00

15 lines
160 B
INI

image sdcard.img {
hdimage {
}
partition unused {
size = 512B
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 256M
}
}