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.

WPA2 wifi on DEV-kit

Hi all,

I'm using a am335x dev kit. I try to get the WIFI up and running. I take the following steps:

wpa_passphrase SSID PASS
network={
    ssid="SSID"
    #psk="PASS"
    psk=301c31122133a37921b280552d77f34dbc0da90b1fab250adddddd15f26f8cc7

 }

I putted this in the /etc/wpasupplicant.conf file

then:

root@am335x-evm:/etc# wpa_supplicant -B -i Embedded_test -DWext -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
Embedded_test: Unsupported driver 'Wext'

I get a unsupported driver Wext. It is a WPA2 wireless netwerk. How can I fix this?

Kind regards,

Tijmen