Files
buildroot/board/solidrun/macchiatobin/genimage.cfg
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

17 lines
215 B
INI

image sdcard.img {
hdimage {
}
partition uboot {
in-partition-table = "no"
image = "flash-image.bin"
offset = 2M
}
partition rootfs {
partition-type = 0x83
offset = 34M
image = "rootfs.ext4"
}
}