mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-15 17:16:29 +00:00
Add device-specific symlinks for WiFi firmware on Yellow (#4058)
Because we use custom compatible strings in Yellow DTS's, the firmware loader first attempts to load a firmware with this compatible in its name. Because it doesn't exists, it shows error like this one before falling back to a more generic one: brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,5-compute-module-ha-yellow.bin failed with error -2 While these errors are mostly harmless, add symlinks with our compatible in the name to suppress them. Instead of patching upstream package/brcmfmac_sdio-firmware-rpi which installs the firmware files, add them to yellow overlay to make maintenance easier.
This commit is contained in:
parent
614490ef00
commit
d749bb70b4
@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.bin
|
@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.clm_blob
|
@ -0,0 +1 @@
|
||||
brcmfmac43455-sdio.txt
|
@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.bin
|
@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.clm_blob
|
@ -0,0 +1 @@
|
||||
brcmfmac43455-sdio.txt
|
@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.bin
|
@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.clm_blob
|
@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.txt
|
Loading…
x
Reference in New Issue
Block a user