mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
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.