Files
buildroot/board/solidrun/macchiatobin/genimage.cfg
2019-09-25 20:52:32 -03:00

17 lines
227 B
INI

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