2019-08-07 16:24:56 +02:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
gpt = "true"
|
|
|
|
}
|
|
|
|
|
|
|
|
partition fsbl1 {
|
2020-10-07 16:49:43 +02:00
|
|
|
image = "%ATFBIN%"
|
2019-08-07 16:24:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition fsbl2 {
|
2020-10-07 16:49:43 +02:00
|
|
|
image = "%ATFBIN%"
|
2019-08-07 16:24:56 +02:00
|
|
|
}
|
|
|
|
|
2019-10-27 10:01:25 +01:00
|
|
|
partition ssbl {
|
2020-10-07 16:49:43 +02:00
|
|
|
image = "u-boot.stm32"
|
2021-07-04 17:45:14 +02:00
|
|
|
size = 2M
|
2019-08-07 16:24:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
bootable = "yes"
|
|
|
|
}
|
|
|
|
}
|