linuxOS_PX30_CAR/buildroot/board/solidrun/macchiatobin/genimage.cfg

17 lines
227 B
INI
Raw Normal View History

2026-01-20 05:50:57 +00:00
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"
}
}