Hi all, I am currently using yocto to build the linux for I.MX93.
i.MX Linux Yocto Project BSP 6.6.52_2.2.0
I have managed to build the imx-image-multimedia as descripted by UG10164.
How can I enable support for RTL8852 through SDIO?
I have done some research RTL8852 should be already supported /drivers/net/wireless/realtek/rtw89/ by yocto. But when I startup the virtual kernel, it doesn't seem to have the option to enable support for the chipset.
And is there anything to be aware of in order to deploy?
HI @TomC818!
Thank you for contacting NXP Support!
You have to ensure that the pins that you are using are configured to SDIO bus in device tree.
After that ensure that the fw and drivers are available for the wifi chip that you want to use.
The Linux that we use is the next: https://github.com/nxp-imx/linux-imx,by default is not supported, we only support our wifi chips in our BSP.
If you have more inquiries about the integrations of this wifi module you should consult to your wifi vendor.
Best Regards!
Chavira
HI @TomC818!
To cross compile the kernel image you can refer to this community post.
For Yocto documentation you can consult the official Yocto Documentation.