Only firmware I found that would runt he wireless was: https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/openwrt-mediatek-filogic-bananapi_bpi-r3-sdcard.img.gz
Found on this review: https://wiki.junicast.de/en/junicast/review/bananapi-BPI-R3
The device came with firmware on the nand and it wouln't work with the wireless. I downloaded the production images from vendor: https://wiki.banana-pi.org/Banana_Pi_BPI-R3 they run but the wireless doesn't work.
To instruct the bootloader to install to SPI-NAND :
root@OpenWrt:/# fw_setenv bootcmd "env default bootcmd ; saveenv ; run ubi_init ; bootmenu 0; reboot"
For installation to eMMC:
root@OpenWrt:/# fw_setenv bootcmd "env default bootcmd ; saveenv ; saveenv ; run emmc_init ; bootmenu 0; reboot"
Baudrate: 115200