-
Notifications
You must be signed in to change notification settings - Fork 170
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 connect failed #564
Comments
Hello @helpfile , Have you used exact same commit at slave and host? Also can you get us camera photo of your sdio setup? |
hi mantriyogesh, error log: <3>[ 11.064311] esp32_sdio: process_fw_data: Length(7) not matching to firmware data size(12)
} |
Can you please try to flash the latest master on ESP and use latest master host driver and try again? |
The above way is much recommended. If you just wish to evaluate first, please try matching code from 1.0.2 commit at 29208b6 |
Checklist
How often does this bug occurs?
always
Expected behavior
wifi connect ok
Actual behavior (suspected bug)
The cpu used is arm 64-bit, the kernel version is linux-5.4, esp32 platform, sdio interface, using esp_hosted_ng, esp32 firmware (ESP-Hosted-NG_release_v1.0.2.tgz --> esp32 --> sdio_only). Currently, arm can scan and obtain the AP information, but cannot connect to the specified AP.
Error logs or terminal output
Steps to reproduce the behavior
wpa_supplicant -B -iwlan0 -Dnl80211 -c /tmp/wpa_supplicant.conf
Project release version
ESP-Hosted-NG Release 1.0.2
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
Linux
Operating system version
linux 5.4
Shell
sh
Additional context
No response
The text was updated successfully, but these errors were encountered: