-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Cannot upload to ESPresso Lite 2.0 board using 2.5.2 #6406
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
Comments
Some details with the error ? Did you look at #6296 ? |
@SamuelPittet i am 99.9% sure it is caused by #6296. Doesn't matter what erase flash option you choose, esptool is set up so that it restarts the device before upload and that's the issue. Old upload method wiped memory and went on with the upload without reset. |
@mcer12 I tried holding the reset button at various moment during the upload, and nothing happen. I joined the output of the Arduino debug window during a failed attempt to upload with 2.5.2. |
You may have better luck at the upstream esptool.py repo with this issue. We're just using the latest official uploader from Espressif, without any changes. They may have some method to make your unique boards work properly: https://github.com/espressif/esptool |
#6429 changed the reset method to something we believe to be more compatible. Closing this issue, but if you have something similar even with the latest GIT or release, please open a new issue so we can track it. |
Basic Infos
Platform
Settings in IDE
Problem Description
I cannot upload a sketch to my ESPresso Lite 2.0 board using 2.5.1 or 2.5.2 core version. 2.5.0 works fine. Seems to be related to the new esptool.py.
You can try the standard Blink sketch. I used the same Settings in the IDE, same board, same USB/TTL converter, same hardware, etc
for both core versions and anything up to 2.5.0 works fine. 2.5.1 and 2.5.2 doesn't work.
The text was updated successfully, but these errors were encountered: