mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 17:49:46 +01: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:
+1
@@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.bin
|
||||
+1
@@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.clm_blob
|
||||
+1
@@ -0,0 +1 @@
|
||||
brcmfmac43455-sdio.txt
|
||||
+1
@@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.bin
|
||||
+1
@@ -0,0 +1 @@
|
||||
../cypress/cyfmac43455-sdio.clm_blob
|
||||
+1
@@ -0,0 +1 @@
|
||||
brcmfmac43455-sdio.txt
|
||||
+1
@@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.bin
|
||||
+1
@@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.clm_blob
|
||||
+1
@@ -0,0 +1 @@
|
||||
brcmfmac43456-sdio.txt
|
||||
Reference in New Issue
Block a user