cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/orangepi/orangepi-5-plus/genimage.cfg

24 lines
375 B
INI

image sdcard.img {
hdimage {
partition-table-type = "gpt"
}
partition uboot {
in-partition-table = "false"
image = "u-boot-rockchip.bin"
offset = 32K
}
partition uboot-env {
partition-type-uuid = 3de21764-95bd-54bd-a5c3-4abe786f38a8
offset = 16M
size = 64K
}
partition rootfs {
partition-type-uuid = L
image = "rootfs.ext2"
bootable = true
}
}