agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
539 stars 415 forks source link

linux-firmware-rpidistro: Fix wireless on Raspberry Pi 4 #1086

Closed agherzan closed 2 years ago

agherzan commented 2 years ago

The firmware for 43455 is loaded as a symlink: brcmfmac43455-sdio.bin. This symlink is now broken as the debian package handles the right target of this symlink through a postinstall. We don't have that logic here so we default to the standard variant.

This issue was reported upstream: https://github.com/RPi-Distro/firmware-nonfree/issues/26