BPI-R2 WIFI interface
Last updated
Last updated
banana pi BPI-R2 have support MTK6625L wifi&BT 4.1 chip onboard.
it support 802.11/b/g/n wifi and bluetooth 4.1
2017-08-22 update
We're debuging the MT6625 wifi module driver, now it's working at 2.4G, please check below link for details.
https://github.com/BPI-SINOVOIP/BPI-R2-bsp/issues/1
Now the wifi driver is working fine at 2.4G, and we're debugging the 5G and testing its performance. Below file is an instruction for how to enable WIFI module on R2: https://github.com/BPI-SINOVOIP/BPI-R2-bsp/blob/Wifi_debug_branch/vendor/mediatek/connectivity/readme
And please use the following command to connect a wifi AP:
wpa_passphrase "yyy" "xxxxx" >/etc/wpa_supplicant.conf
vim /etc//etc/wpa_supplicant.conf /etc/wpa_supplicant.conf network={ ssid="yyy" key_mgmt=WPA-PSK proto=WPA2 pairwise=CCMP group=CCMP #psk="xxxxx" psk=90e3ac2dd8a92432f31d65e4f3297962ede273e85a5c4407ee4f7ffc052fd8bb }
/sbin/wpa_supplicant -i wlan0 -B -c /etc/wpa_supplicant.conf
dhclient wlan0
User do some test for 2.4G & 5.8G,for reference only 5.8G test
2.4G test:
2.4Ghz and 5.6Ghz Wifi Working fine
http://forum.banana-pi.org/t/2-4ghz-and-5-6ghz-wifi-working-fine/3844