Skip to content
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

ESP32 docker flash does not work on windows. #72

Open
imechura opened this issue Apr 30, 2023 · 1 comment
Open

ESP32 docker flash does not work on windows. #72

imechura opened this issue Apr 30, 2023 · 1 comment

Comments

@imechura
Copy link

This README https://github.com/grblHAL/ESP32 explains how to build and flash the code using docker. However this solution only works if you are running the docker image on a linux host because the linux image will not be able to recognize the COM port either through the COMXX name nor the /dev/ttyUSBXX name. It can be done but only with a nontrivial amount of configuration which would be significantly more work than just installing the tool chain locally. Am I missing something here?

@terjeio
Copy link
Contributor

terjeio commented Apr 30, 2023

Am I missing something here?

I have no idea as I do not use docker for building/flashing - the instructions in the readme was provided by a user, and I assumed it was correct. Perhaps it is best to remove them?

BTW I am using Eclipse for development (Win10), it works fairly well. The Web Builder uses platformio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants