USBIP Dev Kit Tunnel for Embedded SW Dev
I'm evaluating if I can use a CDE for embedded SW dev. For this, I want to forward a locally connected dev kit into a Coder workspace. Testing with standard STM32F4 eval board connected via USB.
So far so good, but right now I'm stuck because I don't know if this is a Coder/USBIP/PICNIC error
usbip: error: import device
. Does anybody know?
Locally installed and run Coder in WSL2 on Windows. USBIP kernel space drivers are included in WSL2 kernel, corresponding user space tools are alternatives:
I'm trying to tunnel USBIP port via ssh.
Windows activated USBIP debugging:
5 Replies
<#1308876503370698813>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Some addendum:
I have the feeling this error might not be Coder related but due to a USBIP kernel driver and user space tools version mismatch...
Okay, I just resolved my error: it is definetly not Coder related, as I was able to successfully ssh tunnel a USB device from Windows into WSL2. "Just" needed to compile the right Microsoft WSL2 and it's USBIP tools. Now, I can finally continue to check out Coder for my use case 😄
hey @Uwe, i am really sorry for the lack of answer, it seems that we didn't notice your issue
we are looking to support the usb-ip use-case officially for embedded dev, do you maybe have any insight on what we should include in an official guide?
@Phorcys sure, I made some notes for myself in a forked README.md but it's a public repo: https://github.com/HansUweRempler/STM32
GitHub
GitHub - HansUweRempler/STM32: A repo for my various STM32 ARM Cort...
A repo for my various STM32 ARM Cortex Microcontroller projects. Used to experiment with Cloud Development Environment (CDE). - HansUweRempler/STM32
thanks a lot!
i'll keep an eye on this and try to experiment with it, thanks :-)