-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
GIGA: R1 WiFi Not Working. #20
Comments
If I update conf to include
Not |
Decided to try and get Wifi working on the Giga since I found this: zephyrproject-rtos/zephyr#77012 which gave me a hint on how to proceed. Modified giga config to add:
and in the overlay added:
still experimenting with that - not sure about the clock or the compaitible set up yet. On first try got undefined symbols similar to what I saw with bluetooth for
so commented them out as a test. however received 2 core compile errors that I cant figure out:
the __cxa_pure_virtual @KurtE already identified as an issue. |
As for: airoc_wifi_init_primary Looking at the CmakeLists.txt file in the directory I see:
Guessing you need to add either CONFIG_AIROC_WIFI_BUS_SDIO or CONFIG_AIROC_WIFI_BUS_SPI |
I did try adding in CONFIG_AIROC_WIFI_BUS_SDIO but the build complains about
and looks like it enabled by default: see https://docs.zephyrproject.org/latest/kconfig.html and
|
Using the Wifi scan network example:
Ran into issues on initial run.
Once they were added and recompiled core received following error::
then realized the PR does not setup wifi for the giga.
More can be found here: #17 (comment)
The text was updated successfully, but these errors were encountered: