Tool/software: Linux
Hi,
I am using Beagle bone black with Wi-Fi cape. I installed Wi-Fi drivers in the SD card kernel by following way:
I applied a patch and rebuild the driver kernel modules by refer the following link:
When creating configuration file use the following command as mentioned in the above link:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- <config>
As mentioned in the above link, I initialized MMC, UART, GPIO, Power control in the device tree file in the following location:
ti-processor-sdk-linux-am335x-evm-02.00.01.07/board-support/ linux 4.1.13+gitAUTOINC+eed43d1050-geed43d1050/arch/arm/boot/dts/am335x-evm.dts
Execute every steps in the above link for successful Wi-Fi driver installation and move the necessary files to the SD card as mentioned in the link.
Run the configure-device.sh script by refer the following link:
http://processors.wiki.ti.com/index.php/WiLink8_WLAN_Demo:_Linux
The script asked hardware dependent questions which will be used to correctly configure the target for use with the WiLink 8 device.
I provided the following information.
Are you using a TI module? [Y/n]: y
What is the chip flavor? [1801/1805/1807/1831/1835/1837 or 0 for unknown]: 1837
Should Japanese standards be applied? [Y/n]: n
How many 2.4GHz antennas are fitted? [1/2]: 2
How many 5GHz antennas are fitted (using 2 antennas requires a proper switch)? [0/1/2]: 2
It works fine after installing the driver. But Now When I try to connect with the AP, It displays the following message but not able to connect.
root@am335x-evm:~# wlan1: STA 30:10:e4:00:e5:21 IEEE 802.11: authenticated
wlan1: STA 30:10:e4:00:e5:21 IEEE 802.11: associated (aid 1)
wlan1: AP-STA-CONNECTED 30:10:e4:00:e5:21
wlan1: STA 30:10:e4:00:e5:21 WPA: pairwise key handshake completed (WPA)
wlan1: STA 30:10:e4:00:e5:21 WPA: group key handshake completed (WPA)
wlan1: AP-STA-DISCONNECTED 30:10:e4:00:e5:21
wlan1: STA 30:10:e4:00:e5:21 IEEE 802.11: disassociated
wlan1: STA 30:10:e4:00:e5:21 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
The only change I made was I installed FTDI driver.
Can you please suggest a solution to solve this problem?
Thanks & regards,
Manimekala.R