drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
GNU General Public License v2.0
307 stars 123 forks source link

Slipstream Firmware #132

Closed jetbalsa closed 6 years ago

jetbalsa commented 6 years ago

I want to slipstream the brcmfmac43455-sdio into my builds, whats the best way to include that in my rpi3 images

drtyhlpr commented 6 years ago

Hi, brcmfmac43455-sdio is part of the package: firmware-brcm80211

https://packages.debian.org/stretch/firmware-brcm80211 https://packages.debian.org/buster/firmware-brcm80211

adding the package to APT_INCLUDES="" or APT_INCLUDES_LATE="" parameters should work fine.

burnbabyburn commented 6 years ago

brcmfmac43455 => RPI3B+

@drtyhlpr firmware-brcm80211 is incomplete see: https://github.com/drtyhlpr/rpi23-gen-image/issues/137#issuecomment-425719949 and my answer/pull req on how to fix it

drtyhlpr commented 6 years ago

thanks for your great support burn++