2017-12-11 22:35:36 +01:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"boot.bin",
|
|
|
|
"u-boot.img",
|
|
|
|
"devicetree.dtb",
|
|
|
|
"uImage"
|
|
|
|
}
|
2021-11-07 03:43:29 +01:00
|
|
|
|
2017-12-11 22:35:36 +01:00
|
|
|
file uramdisk.image.gz {
|
|
|
|
image = "rootfs.cpio.uboot"
|
|
|
|
}
|
|
|
|
}
|
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"
|
|
|
|
}
|
|
|
|
}
|