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:
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.