Files
buildroot/board/olimex/stmp1_olinuxino/genimage.cfg
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

26 lines
306 B
INI

image sdcard.img {
hdimage {
gpt = "true"
}
partition fsbl1 {
image = "u-boot-spl.stm32"
size = 256K
}
partition fsbl2 {
image = "u-boot-spl.stm32"
size = 256K
}
partition ssbl {
image = "u-boot.img"
size = 2M
}
partition rootfs {
image = "rootfs.ext4"
bootable = "yes"
}
}