Jump to content

[Armbian build PR] - rk35xx: Add broadcom modules to legacy


Recommended Posts

Posted

Description

Adding broadcom wifi modules to the rk35xx legacy kernel configuration. The edge configuration already has these.

This are supported hardware that shipped as optional accessories with the Rock 5b (Official adapter list)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • [x] Compiled kernel with new options, deployed to rock-5b board, and validated wifi module (A1) connectivity.
% ls  /sys/class/net/wlan0/device/driver -l
lrwxrwxrwx 1 root root 0 Jan 27 13:21 /sys/class/net/wlan0/device/driver -> ../../../../../../../bus/sdio/drivers/brcmfmac

% ip l show wlan0
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DORMANT group default qlen 1000
    link/ether 08:fb:ea:xx:yy:zzbrd ff:ff:ff:ff:ff:ff

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] Any dependent changes have been merged and published in downstream modules

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines