linuxOS_AP05/buildroot/board/firefly/firefly-rk3288/sd-image.cfg

23 lines
352 B
INI
Raw Normal View History

2025-06-02 05:59:07 +00:00
image sdcard.img {
hdimage {
}
partition u-boot-spl-dtb {
in-partition-table = "no"
image = "u-boot-spl-dtb.img"
offset = 32K
}
partition u-boot-dtb {
in-partition-table = "no"
image = "u-boot-dtb.img"
offset = 128K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 512M
}
}