-
Notifications
You must be signed in to change notification settings - Fork 119
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
espflash 2.0.0-rc3 fails during flashing ESP32-S3-BOX with larger image on M1, Linux and Windows #356
Comments
Attaching logs from Linux with enabled
|
Exact place of failure:
|
The problem is related to a watchdog. Issue for espflash 1.x : #171 Might require update of stub espressif/esptool@32e8014 |
The watchdog workaround was removed because the comment above it was misleading and I was under the impression it was no longer required, we will add this back in at some point. |
Thanks for spotting and reporting this. I was just about to open a similar issue. I confirmed this is a regression from commit 1c054e8, and that reverting that commit resolved it. I'm excited to see that there is a fix that will fix this by moving forward rather than bringing back an old workaround. Here is how I isolated the regression:
|
I ran my test with the changes from #359. That does not appear to resolve this issue in my testing, like reverting 1c054e8 does.
|
How to simulate:
Result: flashing failed in 3rd stage around 300th chunk.
Tests
The text was updated successfully, but these errors were encountered: