-
Notifications
You must be signed in to change notification settings - Fork 1.3k
dfu-util does not list devices when Windows-version does #3069
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
Labels
Comments
Here's the log for anyone who wants to take a look:
|
|
The response here is a little cryptic - what is the solution for this? I also have firmware that needs to be flashed with dfu-util and it is not being picked up in WSL |
Any updates on this one? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows build number:
Microsoft Windows [Version 10.0.16299.334]
I am using WSL in combination with a Particle Photon and part of that process involves using dfu-util. This command is used to manage firmware via USB. There are native builds for Windows and Linux. I am using
v0.8
. When I run the commanddfu-util.exe -l
on Windows, I see my expected device:When I run
dfu-util -l
via WSL, I get nothing (no output and no errors). Running this setup in native-Linux works the same as Windows.Note: I can communicate via serial using
/dev/ttyS...
, so WSL is at-least "aware" of the device.The text was updated successfully, but these errors were encountered: