-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to flash but build is successful (ESPTOOL-914) #1005
Comments
Hello @saimanohar1999, are you selecting the correct port ( 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.
|
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
The text was updated successfully, but these errors were encountered: