espressif / esptool

Espressif SoC serial bootloader utility
https://docs.espressif.com/projects/esptool
GNU General Public License v2.0
5.6k stars 1.39k forks source link

Not work with ESP32-D0WD-V3 (revision v3.1) (ESPTOOL-833) #966

Closed yourchanges closed 8 months ago

yourchanges commented 8 months ago

Operating System

mint 21

Esptool Version

v4.7.0

Python Version

python 3.10

Full Esptool Command Line that Was Run

esptool --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 ./esp32-20210902-v1.17.bin

Esptool Output

$ ./esptool --chip esp32  --port /dev/ttyUSB0  write_flash -z 0x1000  ./esp32-20210902-v1.17.bin 
esptool.py v4.7.0
Serial port /dev/ttyUSB0
Connecting......
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: d4:8a:fc:a1:9d:90
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00175fff...
Compressed 1527504 bytes to 987584...
Writing at 0x00011214... (3 %)Traceback (most recent call last):
  File "esptool/__init__.py", line 1139, in _main
  File "esptool/__init__.py", line 923, in main
  File "esptool/cmds.py", line 598, in write_flash
  File "esptool/loader.py", line 131, in inner
  File "esptool/loader.py", line 1077, in flash_defl_block
  File "esptool/loader.py", line 467, in check_command
  File "esptool/loader.py", line 436, in command
  File "esptool/loader.py", line 369, in read
StopIteration

A fatal error occurred: The chip stopped responding.

What is the Expected Behaviour?

flush the micropython bin successfully

More Information

No response

Other Steps to Reproduce

No response

yourchanges commented 8 months ago

It's just myself fault. please just ignore

Md-Hasibul-Hasan commented 3 months ago

i am facing the same problem how to solve??

yourchanges commented 3 months ago

I just changed my usb cable