Skip to content
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

ESP32 as host: flash fails when WIFI enabled (ESF-8) #26

Open
thedayu opened this issue May 13, 2021 · 0 comments
Open

ESP32 as host: flash fails when WIFI enabled (ESF-8) #26

thedayu opened this issue May 13, 2021 · 0 comments

Comments

@thedayu
Copy link

thedayu commented May 13, 2021

Using esp32-wroom32 as host, trying to flash another esp32.

The example works fine but when I add code to enable wifi, flashing has very big chance to fails with error 2.
Packet could not be written! Error 2
in my case, i have a 1.5m bin file to flash.
WIFI disabled, always success.
WIFI enabled and connected, always fails at average progress 5%, max 16%.
WIFI enabled and connected, flashing task pined to core2, fails, average progress 26%, max 89%.

My guess is, some high priority task (WIFI) has compromised timing of serial communication.
But WIFI is mandatory in my case, any suggestion?

@dobairoland dobairoland changed the title ESP32 as host: flash fails when WIFI enabled ESP32 as host: flash fails when WIFI enabled Dec 7, 2022
@github-actions github-actions bot changed the title ESP32 as host: flash fails when WIFI enabled ESP32 as host: flash fails when WIFI enabled (ESF-8) Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant