Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-firmware-rpidistro: Fix wireless error message on RPi #1408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

omrisarig13
Copy link

- What I did

Fix an error message generated when creating an image with brcmfmac enabled.

As #1396 describes, the brcmfmac driver generates an error message during boot, which can be seen by inspecting the log of the device.
This error happens because several files in linux-firmware-rpidistro links to non-existing files.
By updating the link of these files to the valid files in the target, this error message is fixed.

- How I did it

Create a patch file for the linux-firmware-rpidistro recipe, that changes the links of different rpi board firmware files from linking to non-existing files, to link to the file which exists in the system.

A similar change was already implemented for the base file - this PR do the same fix for all the rest of the RPi files, so no error message will be generated.


Fixes: #1396

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linux-firmware-rpidistro: Borken symlink on scarthgap
1 participant