An open API service indexing awesome lists of open source software.

https://github.com/openipc/atbm_60xx

AltoBeam atbm WiFi driver
https://github.com/openipc/atbm_60xx

atbm openipc

Last synced: about 1 year ago
JSON representation

AltoBeam atbm WiFi driver

Awesome Lists containing this project

README

          

AltoBeam 60xx wifi driver

1. Setup path to kernel source and toolchan. Select ATBM601x, ATBM602x or ATBM603x and platform. Run make

2. Install driver
(1) copy atbm603x_wifi.ko from output dir to board
(2) insmod atbm603x_wifi.ko

3. STA mode:
(1) insmod atbm603x_wifi.ko
(2) ifconfig wlan0 up
(3) ./wpa_supplicant -Dnl80211 -iwlan0 -c ./wpa_supplicant.conf -B
(4) udhcpc -i wlan0

4. AP mode (not tested):
(1) insmod atbm603x_wifi.ko fw=/PATH/fw.bin
(2) ifconfig wlan0 193.169.4.10 up
(3) ./hostapd ./hostapd.conf -B
(4) udhcpd ./udhcpd.conf