Hi All, On Mon, Aug 8, 2016 at 5:25 AM, Hans de Goede <j.w.r.degoede@xxxxxxxxx> wrote: > Hi All, > > Recently I've been working on getting the sdio-wifi, found on > many a23 / a33 tablets as well as on some a10s hdmi sticks and > on various h3 SBCs such as the Orange Pi, to work with the > mainline kernel. > > If you use my sunxi-wip kernel branch (which has some dts bits > to enable this as well as some misc. bits, which I'm all > trying to get upstream) together with one of the following > out of tree drivers, you should be able to get your wifi to > work. > > ESP8089 > ------- > git clone https://github.com/jwrdegoede/esp8089.git > git checkout -B cleanup origin/cleanup > cd ../linux > make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnu- modules M=../esp8089 > CONFIG_ESP8089=m > > Do not forget to copy firmware/*.bin to /lib/firmware/ on > the target system. > > Many thanks to Icenowy for her work on the esp8089 driver. The popular ESP8266 microcontrollers that have become rather popular recently are rebranded ESP8089s. If you want to test this driver and lack a board with one built in, here are some instructions on using ESP-03 boards as an SDIO WiFi card on a Raspberry Pi: https://hackaday.io/project/8678-rpi-wifi This project eventually evolved into a RasPi hat, however the initial instructions should be usable with any development board with exposed SDIO lines by anyone who isn't afraid of fine-pitch soldering. Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html