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
- Host: GitHub
- URL: https://github.com/openipc/atbm_60xx
- Owner: OpenIPC
- License: mit
- Created: 2023-01-06T20:55:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T18:02:06.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:14:55.632Z (about 1 year ago)
- Topics: atbm, openipc
- Language: C
- Homepage:
- Size: 2.22 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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