-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-Wrover-E can't flash enter download mode (ESPTOOL-791) #945
Comments
Hello @joe-fang-iD,
Thank you! |
Weird. I ran it again it today, and it worked. I would LOVE to hear if there's any suggestions of how this happened, or recommendations of how to prevent it from happening. Trace output attached. My ESP-PROG does have a IO0 ON/OFF jumper. Should I leave the jumper in there, or pull it out? I'll hold off trying again with the latest esptool until this issue happens again, although is there anyway to update ESP-IDF v4.4 with later versions of esptool? |
Happened again. See attached trace logs. |
ESP-IDF v4.4 uses esptool v3, it can't be updated to esptool v4 because of breaking changes. But it is possible to install the latest esptool outside of the IDF environment (perhaps in a virtual environment) and use that directly. Your reset sequence issues might be caused by the drivers on Windows 10, we had reports of this happening on W10, unfortunately, it can't be fixed in esptool. |
I really appreciate you guys looking into it, and I think I learnt a bit about esptool. It looks like the problem is actually a defect in the esp-prog cable. I was able to replicate it and fix it temporarily by bending the cable. Closing this issue. |
Wow, it's often the most unexpected things... I am glad you resolved your issue! |
Operating System
Windows 10
Esptool Version
3.2-dev
Python Version
3.8.7
Chip Description
ESP32-WROVER-E-N8R8
Device Description
ESP32-WROVER-E on custom PCB being programmed by ESP-PROG, plugged into Windows PC.
Hardware Configuration
IO0 directly connected to boot on ESP-PROG.
EN pulled up by 25KOhm and connected to EN on ESP-PROG
IO2 floating
IO5 floating
IO15 floating
How is Esptool Run
ESP-IDF-4.4
Full Esptool Command Line that Was Run
idf.py flash monitor -p COM14
Esptool Output
More Information
No response
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: