File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,12 @@ function post_family_tweaks_bsp__add_hooks_to_move_kernel_initrd_and_dtb() {
181
181
run_host_command_logged chmod a+x "${destination}"/etc/initramfs/post-update.d/zzz-update-initramfs
182
182
}
183
183
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
+
184
190
function post_family_tweaks_bsp__add_x11_config() {
185
191
display_alert "rpi5b" "Adding X11 configuration" "info"
186
192
run_host_command_logged mkdir -p "${destination}"/etc/X11/xorg.conf.d/
You can’t perform that action at this time.
0 commit comments