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

17 lines
227 B
INI
Raw Normal View History

2025-06-02 05:59:07 +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"
}
}