-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Posible error with dfu-util UPLOADERFLAGS "No DFU capable USB device available" #794
Comments
Hi @pmmarquez, How did you come up with the idea of using |
I tried different variants directly in the command line and only with space worked out, later I changed in builder/main.py and that solved the issue for me |
I had the same problem on Windows with the Arduino GIGA. Using " " instead of "," as the seperator also worked for me. |
Trying to run an example sketch from the Arduino IDE via PlatformIO using Arduino Giga Display Shield + R1 Giga Wifi on OSX yielded the same result. Had to remove all except the first array under |
I have the same problem with the Arduino Giga. I am using macos, platformio 6.1.15 / 3.4.4 with CLion. |
I ran into the same issue as @zulu80 with my Arduino Giga. I ended up editing |
With the Arduino Nicla Vision i was having this issue:
I tracked it down to this line in builder/main.py:
Changing the "," by " " to join the hwids was the solution:
I don't know if this is a general issue or is just related with my system, I tested in both Windows and Linux(WSL), I also don't have any other boards to test at the moment, but hopefully this helps other people with the same issue.
The text was updated successfully, but these errors were encountered: