You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that in the trace output, the response is identical to the request, which seems incorrect. The response should resemble the SLIP packet c0010804000707122000000000c0 from the ROM bootloader. It seems that whatever is running on the target is echoing the UART input. Perhaps the chip isn't actually in bootloader mode, and the automatic switch to bootloader might have failed. You could try putting the chip into bootloader mode manually and then run esptool without resetting the chip e.g. python -m esptool --before no_reset --chip esp32 --trace --port COM9 --baud 9600 flash_id. To automatically enter bootloader mode, some additional circuitry might be needed, as shown in the schematic of the ESP32 DevKitC development board. The entire Boot Mode Selection documentation might also be helpful.
Can you connect to the chip using another serial program like PuTTY as explained in verify serial connection?
Operating System
Windows 11
Esptool Version
v4.8.1
Python Version
3.12.3
Chip Description
ESPRESSIF ESP32 C3 mini
Device Description
It's just an esp32 chip on an pcb .
Hardware Configuration
the connection are : GND on GND , EN into connected to the port 8 (EN) , IO0 into the port 23 (IO9), RXD0 into 30 and TXD0 into 31
How is Esptool Run
terminal windows
Full Esptool Command Line that Was Run
python -m esptool --chip esp32 --trace --port COM9 --baud 9600 flash_id
Esptool Output
More Information
As i understood the first connection between the esp and the pc work after that i t stop
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: