BPI-R2 WIFI interface

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:

  1. wpa_passphrase "yyy" "xxxxx" >/etc/wpa_supplicant.conf

  2. 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 }

  3. /sbin/wpa_supplicant -i wlan0 -B -c /etc/wpa_supplicant.conf

  4. dhclient wlan0

2.4G test:

http://forum.banana-pi.org/t/2-4ghz-and-5-6ghz-wifi-working-fine/3844

Last updated