-
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
Writing at 0x0008257f... (100 %)Traceback (most recent call last): (ESPTOOL-533) #793
Comments
Was this intended for some reason? Does the result change if you add
Could you please try it with something older than 3.11? We don't have yet experience with 3.11. Did you just update your computer? Was the same board working before? |
It comes by default. I not intend for it. On -read_flash it says that stub is uploaded.
No. Same error.
Is there any way to save all traced dump to file? Because in terminal window not fits all traced data.
Downgraded to 3.8.10 with --trace " 3fd193f8c4b0d433 b216290c5972301d | ?......3..).Yr0.85c0 | ..
No. after a while MS updates stop working previous python version. MS suggested to install 3.10 which not work at all. i manualy install 3.11 and disable 3.10 from MS app store.
Yes. I did copy from working esp8266. |
Esptool doesn't allow that. However, you can redirect the output to file. Probably appending Thanks! We really need the full log. Just a couple lines doesn't help us.
3.11 is very new and there are a lot of issues with it (not esptool). If I can suggest then 3.8 is the most tested version on Windows (because ESP-IDF environments are deployed with it for a couple of years now). |
@LC1C is this still an issue or can we close this? btw, this could also be a result of an insufficient power supply. |
Still issue and for now don't have so much time to investigate more on that fault.
Yes, i know about caused problems with insufficient power. And i tried with different power sources but result was same. |
I ran into similar issues flashing micropython to my ESP-01m. I was able to flash the firmware by manually adjusting the timeouts in See #816. |
As reported by @tyeth here, this is probably a result of a slow environment. A possible solution is to increase the timeout with a config file. I will close this issue because there is not much more we can do. |
Operating System
Win10
Esptool Version
esptool.py v4.3
Python Version
Python311
Chip Description
ESP8266
Device Description
FTDI TTL
Hardware Configuration
No response
How is Esptool Run
Windows terminal
Full Esptool Command Line that Was Run
esptool.py --baud 115200 --port COM6 write_flash -fs 1MB -fm dio 0x0 fw-backup-1M.bin
Esptool Output
More Information
Also it was run with that command "esptool.py --baud 115200 --port COM6 write_flash 0x0 fw-backup-1M.bin"
Output same error as described at Esptool Output.
Python version issue?
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: