I ran in to a few problems yesterday when i receved my 2 new Giga R1 Wifi boards
None of them will accept upload of any sketches whatsoever, ive been looking all over the internet the last few hrs, and just found alot of suggestions on what to do, nothing that solves the problem however..
As you probably have seen before it consists of the following message
Warning: Invalid DFU suffix signature A valid DFU suffix will be required in a future dfu-util release Cannot open DFU device 2341:0366 found on devnum 13 (LIBUSB_ERROR_NOT_FOUND) No DFU capable USB device available Executing command: exit status 74
Now most suggestions is regarding the local IDE, i´m using the cloud version since it always have bee nice to have everthing at hand immediatly
Is there anyone out there that knows how to fix this issue?
Hi @willhelmx. This error indicates you have not installed the drivers for your Arduino board.
Arduino IDE automatically installs the drivers as part of the Boards Manager installation of support for the board. Even if you aren't interested in using Arduino IDE, this is still probably the most simple way to install the drivers.
In case you would like to try that approach, I'll provide instructions below. If you aren't willing to install Arduino IDE, let us know and we'll try to find an alternative solution for installing the driver.
Wait for the installation process to finish, as indicated by a notification at the bottom right corner of the Arduino IDE window:
Successfully installed platform ...
After you have done that, try uploading the sketch to your Arduino board again via Arduino Cloud, just as you did before. Hopefully it will be successful this time. If not, please let us know and we'll provide further assistance.