-
Notifications
You must be signed in to change notification settings - Fork 3
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
mix burn
cannot be operated from Docker container
#1
Comments
(Copied from NervesJP/nerves-devcontainer#5 (comment)) Status on macOS
This is because Docker container cannot access/detect microSD on host PC. One possible solution is calling fwup on host PC from Docker container. Alternatively, binding microSD device to docker container filesystem. But, are they possible? |
(Copied from NervesJP/nerves-devcontainer#5 (comment)) status on windows:
This is because current Nerves supports (native) WSL2 environment for Windows users. We may modify Nerves environment to resolve this situation. |
@jasonmj suggested the useful information on ElixirForum. When the host is Linux, I've surely checked this method works well. I've added these info to README at 0a0262d |
I also found an alternative way to use However, this operation is complicated and unacceptable as a guide for beginners. |
This has been fixed at #2 |
NOTE:
Although think it is hard to fix this issue due to the restriction of Docker especially for Windows and macOS, we leave this open because this report is useful information for new people. And we believe that technology will evolve well:pray:
It is nature that burning firmware to microSD from Docker container is hard to support.
But it become awesome if
mix burn
can be operated from docker dev-container.Please also see NervesJP/nerves-devcontainer#5
The text was updated successfully, but these errors were encountered: