We are reviewing the possibility of installing and using the Murata Wi-Fi module LBEE5XV1YM on the BBB. While checking whether the appropriate drivers are available on the BBB, it appears that there are no Wi-Fi-related drivers installed at all.
Since the LBEE5XV1YM uses an NXP chipset, an NXP-related Wi-Fi driver is required. However, even when changing the kernel version, the corresponding driver does not appear to be included or installed.
(This check is being done in advance to verify the availability of drivers before applying the module to an actual product design.)
As I am new to Linux system development, I am not sure how to proceed and would like to ask for help from experienced users.
Any advice or guidance would be greatly appreciated.
With 5.10.240-bone80 as is, first we need the driver enabled, then you’ll need a sdio device-tree for this device.. and then probally a patch on top of the kernel to be honest, lets start with the first thing..
Please try this: (not expecting it to just work, but at-least the module will load..)
I have checked and confirmed that the driver is detected properly. Thank you.
By the way, is the program for creating and building the kernel available for separate download from the BBB website?