-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Flash problem #14
Comments
Hi @feelfreelinux, Thanks for reporting this. Are you using a ESP32 "Core" board with onboard USB? Can you post the full esptool.py command line and output from esptool.py, please? If you're using a |
We've reproduced this bug internally and there's a fix on its way. In the meantime, you can ignore the error - the data is flashed 100% successfully in both cases. |
Wow, thanks! I'm waiting for fix |
Fixes github #14 (unexpected errors writing to DIO flash) Also speed boost when writing compressed data (can now go via stub)
esptool: Bump upstream revision Fixes github #14 (unexpected errors writing to DIO flash) Also speed boost when writing compressed data (can now go via stub) See merge request !103
This should be now fixed in master. Please do a |
Hi, i'm trying to flash 'myapp' template to esp32. When i'm using dio mode i get
But program works(ping).
When i'm using the qio mode it flash sucessfully, but i'm getting resets from issue 7 (#7)
The text was updated successfully, but these errors were encountered: