Hello All,
I am working on iMX8QXP-CPU MEK. And I have flashed following pre-built Android Auto image downloaded from NXP portal.
android_p9.0.0_1.0.2-auto-beta_image_8qmek
I have ported my WLAN driver for this board, and able to install the module.
Using CLI, I am able to bring up my interface and connect to an AP. ping is also working fine.
However, I have couple of questions :-
1. I tried setting following
setprop wifi.interface <interface_name> && setprop wifi.direct.interface <interface_name>
still not able to scan available networks using GUI.
Is there is anything else I need to do for making this work?
2. I cannot find dhcp running in this image. Also do not know how to start this.
As a result, I have to assign ip manually.
Is there any command to start dhcp? To help resolving ip address automatically?
Many Thanks,
Mayank