You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
306 B
25 lines
306 B
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"
|
|
}
|
|
}
|
|
|