-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Operating System
Windows 10 64 bit
Esptool Version
Release v4.4
Python Version
Python 3.11
Chip Description
ESP32-S3
Device Description
Lilygo-T-Dongle S3
Hardware Configuration
Nothing attached to the board, onboad LED and TFT screen are attached/pre-soldered to GPIO pins.
How is Esptool Run
Windows tool
Full Esptool Command Line that Was Run
python esptool.py -b 460800 --port COM3 --chip esp32s3 read_flash 0x0 0x1000000 T-Dongle-S3.bin
Esptool Output
No response
More Information
Flash read at various baud rates, esptool randomly crashes at various percentages during the read/write cycle. Also during writing the flash seems to have more success flashing using the No Stub option.
Other Steps to Reproduce
Tried reading and writing using these commands.
Backup:
python esptool.py -b 460800 --port COM3 --chip esp32s3 read_flash 0x0 0x1000000 T-Dongle-S3.bin
Flash:
python esptool.py -b 460800 --port COM3 write_flash --flash_freq keep 0x000000 T-Dongle-S3.bin
Using no-stub option, gives more success but takes hours to read and mostly fails trying to read the full 16MB flash.
I Have Read the Troubleshooting Guide
- I confirm I have read the troubleshooting guide.