-
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
9260 Failed to execute script esptool due to unhandled exception (ESPTOOL-591) #824
Comments
Hi @AlbertShown, Could you please try:
|
stuck on the same issue on macos ventura 13. Can't flash the board using arduino ide. My stack trace: Chip is ESP32-D0WD-V3 (revision 3) |
@AlbertShown @radostnomne could you please try any older esptool version (e.g. v3.0) to see if the issue prevails? You can install it by running |
I get the same error. I don't quite understand where to run the I've been stuck for several hours on this. If anyone can assist, I'd appreciate it. I'm using the M5Stack Fire and running a simple
|
I ended up using VS Code + PlatformIO. I got it working in just a few minutes. |
Operating System
Windows 10
Esptool Version
esptool.py v4.4
Python Version
Python 3.10.5
Chip Description
ESP32-D0WD (revision v1.0)
Device Description
a complex board.
Hardware Configuration
MCU connected to many other sensors.
How is Esptool Run
command line
Full Esptool Command Line that Was Run
esptool -p COM10 -b 4608000 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 app.bin
Esptool Output
More Information
It should show an error instead of this python exception.
Other Steps to Reproduce
You can't reproduce it as it's only in my device.
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: