blob: 02800db8d49da0c2daba6b5f3c1b5f7ae92c821b [file] [log] [blame]
image sdcard.img {
hdimage {
partition-table-type = "gpt"
}
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"
}
}