buildroot/board/embest/riotboard/genimage.cfg

18 lines
223 B
INI
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
image sdcard.img {
hdimage {
}
partition u-boot {
in-partition-table = "no"
image = "u-boot.imx"
offset = 1K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"
offset = 1M
size = 60M
}
}