OS: Android 13
SOC : i.mx8mq
Interface : PCIE
we had used module w8997, it work well.
we would like to change to wifi 6 module realtek RTL8852.
how to config or enable it ?
To use WiFi from other manufacturers, the following steps are required for debugging:
1. Android source code compilation completed
2. export provides the kernel obj path and configures the compiler
3.Compile RTL8852 driver as. ko
4. Manual debugging and loading with adb
5.Add the WIFI HAL layer provided by Realtek to the Android source and compile it.
6. Go to the corresponding Android BP or. mk file and provide the compilation path for the Realtek library file
7.There are two ways to load the Android WiFi driver: one is to use wifi. c (default for Android), and the other is to use our loading method (we have a loading script file that contains the insmod command)
In principle, Realtek should provide an Android porting method. Customers should ask Realtek for this guide.
The answer we can provide can only be in this step and direction, because the specific implementation steps should be given by Realtek. In addition, it is recommended that customers use our WiFi 6 (88W9098) module, which is better. They can switch to the M.2 9098 module in hardware and adjust the. mk file of the board.
Hope this can do help for you
Let me confirm it for you, please wait.