blob: 138ec26e3aad6411f040f3fb990657f5f1ee6d47 [file] [log] [blame]
# SD card image for Radxa Rock 5b
image sdcard.img {
hdimage {
partition-table-type = "hybrid"
}
partition uboot {
in-partition-table = "false"
image = "u-boot-rockchip.bin"
offset = 32K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"
}
}