Files
domo/bsp/buildroot/board/technologic/ts7680/genimage.cfg
2018-10-22 14:57:19 +02:00

15 lines
159 B
INI

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