2018-07-25 16:35:37 +02:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"boot.bin",
|
2022-02-11 15:44:01 +01:00
|
|
|
"u-boot.itb",
|
2018-07-25 16:35:37 +02:00
|
|
|
"system.dtb",
|
|
|
|
"Image"
|
|
|
|
}
|
2022-02-11 15:44:01 +01:00
|
|
|
file extlinux/extlinux.conf {
|
|
|
|
image = extlinux.conf
|
|
|
|
}
|
2018-07-25 16:35:37 +02:00
|
|
|
}
|
2021-11-07 03:43:30 +01:00
|
|
|
|
2018-07-25 16:35:37 +02:00
|
|
|
size = 32M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|