Page 1 of 1

The serial port is disconnected?

Posted: Sat Jul 16, 2022 4:09 pm
by www0904
When idf.py -p COM3 Flash monitor is executed, the serial port connection fails.How should be solved excuse me?

Re: The serial port is disconnected?

Posted: Sun Jul 17, 2022 1:02 am
by ESP_Sprite
What hardware are you using? What software, what OS, do you use a VM?

Re: The serial port is disconnected?

Posted: Sun Jul 17, 2022 1:58 am
by www0904
The hardware is ESP32S3-Eye, no VIRTUAL machine is used, and the operating system is Windows. And I tried again later, there was a permission error, I found online that the serial port was occupied, may I ask how I should solve it?
FN({8WBPO21F$YGKP{GQ(OR.png
FN({8WBPO21F$YGKP{GQ(OR.png (44.66 KiB) Viewed 2273 times

Re: The serial port is disconnected?

Posted: Sun Jul 17, 2022 2:33 am
by ESP_Sprite
That board uses the internal USB-serial-JTAG converter. You may have firmware loaded in there that is stuck in a bootloop, making it hard to reprogram it. The way around that is to manually put the board into download mode: hold the button labeled 'DOWNLOAD', press and release the button labeled 'RST', release the 'DOWNLOAD button and try uploading the program again.

Re: The serial port is disconnected?

Posted: Mon Jul 18, 2022 9:11 am
by www0904
Thank you very much. It's ready for normal use