This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

wpa supplicant on DM368EVM

Hi,

We are trying to run RTL8187L based USB wireless module on DM368. We are using RTL8187L for which the driver is supported in the linux kernel provided along with DVSDK4. 

We have successfully ported openssl, libnl using instructions provided in http://processors.wiki.ti.com/index.php/OMAP_WLAN_build_instructions_on_any_SDK. But when we are trying to build wpa supplicant we get errors such as file not present, structure has no element etc. We tried with patch and without patch too.

Can someone help us with wpa supplicant porting on DM368 EVM?

  • Well I guess TI engineers are busy with other stuffs.

    Solution is:

    Try to port through environment setup provided in linux-devkit (source path/to/linux-devkit/environ-setup) provided in DVSDK. And modify .config according to the libraries dependencies. dbus, openssl, libnl, expat..etc would be required to do so. Installed hostapd also for setting wifi hotspot.