-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Support #32
Comments
The SDK has been updated and from a quick glance seems to include blobs. |
@MartinEssink that blobs are only for BL61X |
The official bl808 linux has recently added wifi support: Via this project: Maybe this can be used to expedite the effort to get Wifi support in OpenBouffalo? |
@WestonSkeans someone tried it and it works OK, it is just not implemented into openbouffalo's buildroot image. |
Wifi support (at least as described in the bl docs) doesn't appear to be implemented in the latest Release image of openbouffalo. |
How can I make an image with https://github.com/bouffalolab/blwnet_xram included? |
@DMBCT current branch already supports blwnet_xram |
I can confirm after building HEAD and flashing the firmware from output/images along with the sdcard.img, wifi works correctly. I am able to scan for a 2.4GHz wifi network with WPA2-PSK security, connect to it, get an IPv4 address with udhcpc, and ping github.com:
There is some packet loss sometimes, but it is minimal. |
So, if I understand correctly, they released the Wifi source code as open source? |
I am trying to build the wifi driver on a separately cross compiled 6.2.0 kernel, but I am getting such errors when tring to install the module. Can anyone help me compile it in a right way?
|
I managed to install this driver by just building buildroot from scratch, but when trying to connect to my network I'm getting error -1
This is the dmesg part, where the driver was failed to register
|
Sorry for bothering you guys, I just forgot to flash a proper firmware image, now it's working like intended
|
Pending release of blobs or documentation from bouffalo.
See bouffalolab/bouffalo_sdk#85
The text was updated successfully, but these errors were encountered: