kumquat-buildroot/board/technologic/ts7680/genimage.cfg

15 lines
158 B
INI
Raw Normal View History

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