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

Driver support wifi on Kontron devices #3970

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel-commits.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL_COMMIT_amd64_v5.10.186_generic = 37256d6aff33
KERNEL_COMMIT_amd64_v6.1.38_generic = 2049bda2c9ed
KERNEL_COMMIT_amd64_v6.1.38_generic = 5807270eacf2
KERNEL_COMMIT_amd64_v6.1.38_rt = ef571b34f5ad
KERNEL_COMMIT_amd64_v6.1.68_generic = 662de9abec4d
KERNEL_COMMIT_arm64_v5.10.104_nvidia = 02c64aba1d9f
Expand Down
4 changes: 4 additions & 0 deletions pkg/fw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ RUN ln -s brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt /lib/firmware/brcm/b
ln -s brcmfmac43430-sdio.raspberrypi,3-model-b.txt /lib/firmware/brcm/brcmfmac43430-sdio.txt
# symlinks for Visionfive1 riscv64 boards
RUN ln -s ../cypress/cyfmac43430-sdio.bin /lib/firmware/brcm/brcmfmac43430-sdio.starfive,visionfive-v1.bin
# symlinks for Kontron wifi device (brcmfmac4356)
RUN ln -s brcmfmac4356-pcie.gpd-win-pocket.txt '/lib/firmware/brcm/brcmfmac4356-pcie.Kontron America-Agora Gateway 403.txt'
RUN ln -s brcmfmac4356-pcie.bin '/lib/firmware/brcm/brcmfmac4356-pcie.Kontron America-.bin'
RUN ln -s brcmfmac4356-pcie.gpd-win-pocket.txt /lib/firmware/brcm/brcmfmac4356-pcie.txt

ENV RPI_FIRMWARE_VERSION 2c8f665254899a52260788dd902083bb57a99738
ENV RPI_FIRMWARE_URL https://github.com/RPi-Distro/firmware-nonfree/archive
Expand Down
Loading