Page 1 of 1

how to solve [Errno 2] could not open port /dev/ttyS7??

Posted: Fri Feb 25, 2022 9:33 am
by luisfynn
hello I am luis

I use window 10 and ubuntu 20.04 on Windows.
but I have a problem
I have a problem like this

===================problem=======================
그림1.png
그림1.png (27.47 KiB) Viewed 1928 times

Re: how to solve [Errno 2] could not open port /dev/ttyS7??

Posted: Fri Feb 25, 2022 11:26 am
by ESP_Dazz
Have you tried specifying the port of your connected ESP32 device?

You can specify on the command line as such:

Code: Select all

make flash ESPPORT=/dev/ttyUSB0
Alternatively, you can specify it in your project configuration.