Skip to content

Commit 4bf6641

Browse files
committed
Add missing firmware files
1 parent 8909652 commit 4bf6641

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/sources/families/bcm2711.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ function post_family_tweaks_bsp__add_hooks_to_move_kernel_initrd_and_dtb() {
181181
run_host_command_logged chmod a+x "${destination}"/etc/initramfs/post-update.d/zzz-update-initramfs
182182
}
183183

184+
function post_family_tweaks_bsp__rpi_firmware() {
185+
display_alert "$BOARD" "Installing firmware" "info"
186+
git clone https://github.com/pyavitz/firmware.git --depth=1 -q "${destination}"/lib/firmware/updates/brcm
187+
rm -fdr "${destination}"/lib/firmware/updates/brcm/{.git,README.md}
188+
}
189+
184190
function post_family_tweaks_bsp__add_x11_config() {
185191
display_alert "rpi5b" "Adding X11 configuration" "info"
186192
run_host_command_logged mkdir -p "${destination}"/etc/X11/xorg.conf.d/

0 commit comments

Comments
 (0)