2021-06-07 18:31:49 +02:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"zImage",
|
|
|
|
"stm32f469-disco.dtb",
|
|
|
|
"extlinux"
|
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:43:23 +01:00
|
|
|
|
2021-06-07 18:31:49 +02:00
|
|
|
size = 16M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition u-boot {
|
|
|
|
partition-type = 0xC
|
2021-11-07 03:43:23 +01:00
|
|
|
image = "boot.vfat"
|
2021-06-07 18:31:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext2"
|
|
|
|
size = 32M
|
|
|
|
}
|
|
|
|
}
|