Hi DK,
One very last problem I am facing is how to get the onboard Wifi working.
So far I have created the /system/Vendor
root@bananapi:~# cd /system/vendor/
root@bananapi:/system/vendor# ls -l
total 0
lrwxrwxrwx 1 root root 31 Sep 2 14:13 modules -> /lib/modules/4.1.6-BPI-kernel+/
root@bananapi:/system/vendor#
Seems that the linux build is seeing the card
root@bananapi:/system/vendor# dmesg | grep cfg80211
[ 2.899871] cfg80211: Calling CRDA to update world regulatory domain
[ 3.229706] cfg80211: World regulatory domain updated:
[ 3.234906] cfg80211: DFS Master region: unset
[ 3.239282] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 3.249084] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.257125] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.265162] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.273199] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.281324] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 3.289449] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 3.297576] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.305613] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
root@bananapi:/system/vendor#
brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
[ 5.321726] brcmfmac: brcmf_c_preinit_dcmds: Retreiving cur_etheraddr failed, -52
[ 5.329266] brcmfmac: brcmf_bus_start: failed: -52
[ 5.329283] brcmfmac: brcmf_sdio_firmware_callback: dongle is not responding
using http://dl.cubieboard.org/public/Cubieboard/benn/firmware/ap6210/nvram_ap6210.txt
But you cannot scan for access points. Interface WLAN0 won’t come up
root@bananapi:/system/vendor# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# loopback network interface
auto lo
iface lo inet loopback
# primary network interface
auto eth0
iface eth0 inet static
address 10.6.1.30
netmask 255.255.0.0
gateway 10.6.254.254
# wireless network interface
auto wlan0
iface wlan0 inet manual
root@bananapi:/system/vendor# iwlist wlan0 scan
wlan0 Interface doesn't support scanning.
If you could help, then I would appreciate it very much
Regards
Alan