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

ubdipd and docker container #315

Closed
salvatoreTorsello opened this issue Mar 22, 2022 · 7 comments
Closed

ubdipd and docker container #315

salvatoreTorsello opened this issue Mar 22, 2022 · 7 comments
Labels
WSL Applies to WSL only

Comments

@salvatoreTorsello
Copy link

Hi,
is there any chance to use usbipd to program a development kit (mine is nrf9160dk) that uses SEGGER JLink drivers? I already tried but i got some problems with udev in containers.

Thanks.
Salvo

@dorssel
Copy link
Owner

dorssel commented Mar 22, 2022

@salvatoreTorsello
Search other issues (or better: discussions) for 'docker' and 'udev'. This is not really a usbipd-win issue, but more a WSL question.

@dorssel dorssel added the WSL Applies to WSL only label Mar 22, 2022
@NikLeberg
Copy link

Hi @salvatoreTorsello
I use usbipd successfully to forward a USB device to a docker container. For that I had to map -v /dev:/dev and add --privileged so the container can access the devices. Depending on you device you have to install drivers for it in WSL2 thought.

@salvatoreTorsello
Copy link
Author

Ok @dorssel thanks!

@salvatoreTorsello Search other issues (or better: discussions) for 'docker' and 'udev'. This is not really a usbipd-win issue, but more a WSL question.

@salvatoreTorsello
Copy link
Author

Hi @salvatoreTorsello I use usbipd successfully to forward a USB device to a docker container. For that I had to map -v /dev:/dev and add --privileged so the container can access the devices. Depending on you device you have to install drivers for it in WSL2 thought.

Ok will try with your suggestion! Are you using only a serial COM port or even a more complex device? Thanks!

@NikLeberg
Copy link

@salvatoreTorsello It is a STM32 STLink programming probe but it is basically a COM port.

@dorssel
Copy link
Owner

dorssel commented Apr 21, 2022

@salvatoreTorsello
Has this issue been resolved?

@dorssel
Copy link
Owner

dorssel commented May 21, 2022

Closed due to inactivity.

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

No branches or pull requests

3 participants