1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Build, install and use the dtbo files from the kernel sources.

Instead of the pre-compiled version from the rpi-firmware repository
this to make sute everything is using the same version.
This commit is contained in:
j1nx
2020-08-04 18:59:41 +02:00
parent 4be50966fa
commit 390e3efde6
5 changed files with 81 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ image boot.vfat {
"rpi-firmware/config.txt",
"rpi-firmware/fixup.dat",
"rpi-firmware/start.elf",
"rpi-firmware/overlays",
"overlays",
"Image"
}
}

View File

@@ -6,7 +6,7 @@ image boot.vfat {
"rpi-firmware/config.txt",
"rpi-firmware/fixup.dat",
"rpi-firmware/start.elf",
"rpi-firmware/overlays",
"overlays",
"Image"
}
}