Closed saimanohar1999 closed 2 months ago
Hello @saimanohar1999,
are you selecting the correct port (/dev/ttyUSB0
)?
Esptool is a serial communication application, without a proper connection it cannot work. Please read the troubleshooting guide for common causes of failing communication between the host and the ESP device.
Thanks for your response @radimkarnis yes i am using the correct port /dev/ttyUSB0 i even verified it by connecting and disconnecting the target. its ttyUSB0
please help me solving this
Does your devkit have two USB ports? I believe you are connecting to the onboard USB-to-UART bridge (e.g. cp2102). This should work regardless of the ESP (it would work even if there was no ESP chip, because you are actually connecting to the USB bridge). That means this is not an issue with esptool or the ESP, but with the drivers, OS, or your hardware. All of these are really out of my reach and I can't help you.
1) Try changing the USB cable, try to get rid of any USB hubs.
2) Run the lsusb
command and see if you can get info about the device (post the results here).
3) Try connecting with another host machine.
4) Disconnect all of the GPIO pins of the devkit from other stuff.
I'm closing this for inactivity.
Operating System
ubuntu linux
Esptool Version
4.8.dev5
Python Version
python 3.10.12
Chip Description
ESP32 S3
Device Description
ESP32 S3 Dev kit
Hardware Configuration
no hardware is connected
How is Esptool Run
no IDE i am using Ubuntu with esp-idf tool
Full Esptool Command Line that Was Run
idf.py -p /dev/ttyUSB0 flash
Esptool Output
More Information
i tried multiple times still no use. even example code i am unable to flash.
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide