Skip to content

ESP32-S3 - Random crashes when reading/writing flash (ESPTOOL-608) #832

@mrdude2478

Description

@mrdude2478

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions