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.

Linux/PROCESSOR-SDK-AM335X: No wifi drivers?

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: WL1837MOD

Tool/software: Linux

Hello,

I am using a BeagleBone Black with the element 14 wifi cape (WL1837MOD) and the latest SDK:

ti-processor-sdk-linux-am335x-evm-04.00.00.04-Linux-x86-Install.bin

I installed the SDK and ran create_sdcard.sh.  I then followed the procedure to patch and copied the new .dtb file to the boot directory here:

http://processors.wiki.ti.com/index.php/WL18xx_Platform_Integration_Guide#Appendix_A:_Device_Tree_file_-_patching_and_updating

I then found there are no files\directories\symlinks in the /sys/class/ieee80211/ directory so my command to bring up the wifi fails:

root@am335x-evm:~# iw phy `ls /sys/class/ieee80211/` interface add wlan1 type managed
command failed: No such file or directory (-2)
root@am335x-evm:~# cd /sys/class/ieee80211/
root@am335x-evm:/sys/class/ieee80211# ls
root@am335x-evm:/sys/class/ieee80211#

I did the same thing on the previous sdk version and I don't remember having to do anything special with the configs or other settings to get things working.  Any Ideas? Thanks.