basic working buildroot - rauc example

This commit is contained in:
2026-03-04 16:36:09 +01:00
commit f9d514663d
43 changed files with 1709 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
image boot.vfat {
vfat {
files = {
"bcm2711-rpi-cm4.dtb",
"custom/cmdline.txt",
"rpi-firmware/config.txt",
"rpi-firmware/fixup4.dat",
"rpi-firmware/start4.elf",
"rpi-firmware/overlays",
"u-boot.bin",
"boot.scr"
}
}
size = 256M
}