-
Notifications
You must be signed in to change notification settings - Fork 918
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
How do I assign port COM3 ton docker image on Windows? #553
Comments
No complete solution, yet. But seems you have to attach COM3 to WSL first
Then you can list attached ports
(i think I had to install usbipd first) Makefile still contains "/dev/ttyUSB0". replaced this by "/ttyUSB0/ttyS2" as Claude says this responds to COM3 on Windows systems now I am here
|
Download esptool from https://github.com/espressif/esptool/releases |
Removing the --device option allows me to start the docker image but when flashing I get
I guess I have to pass the approriate --device option but how should it look like?
The text was updated successfully, but these errors were encountered: