2021-12-18 10:04:20 +01:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2022-07-22 22:21:44 +02:00
|
|
|
partition-table-type = "gpt"
|
2021-12-18 10:04:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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"
|
|
|
|
}
|
|
|
|
}
|