cross/armhf-linux-musl/buildroot/buildroot-2025.05/board/friendlyarm/nanopi-r3s/genimage.cfg.in

20 lines
299 B
INI

image sdcard.img {
hdimage {
partition-table-type = "gpt"
gpt-no-backup = true
}
partition uboot {
in-partition-table = false
image = "u-boot-rockchip.bin"
offset = 32K
}
partition rootfs {
offset = 16M
image = "rootfs.ext4"
partition-uuid = %PARTUUID%
bootable = true
}
}