2017-12-11 22:35:36 +01:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"boot.bin",
|
|
|
|
"u-boot.img",
|
2022-05-04 06:01:44 +02:00
|
|
|
"system.dtb",
|
2017-12-11 22:35:36 +01:00
|
|
|
"uImage"
|
|
|
|
}
|
2021-11-07 03:43:29 +01:00
|
|
|
|
2022-05-04 06:01:44 +02:00
|
|
|
file extlinux/extlinux.conf {
|
|
|
|
image = extlinux.conf
|
2017-12-11 22:35:36 +01:00
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:43:29 +01:00
|
|
|
|
2017-12-11 22:35:36 +01:00
|
|
|
size = 32M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
}
|
2022-05-04 06:01:44 +02:00
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
2017-12-11 22:35:36 +01:00
|
|
|
}
|