Closed joe-fang-iD closed 10 months ago
Hello @joe-fang-iD,
--trace
option and post the resulting log?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. 01111120tracelogs.txt
is there anyway to update ESP-IDF v4.4 with later versions of esptool?
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