For me, on a new device it gives a message:
Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release
No DFU capable USB device available
Failed uploading: uploading error: exit status 74
Hi @liyapets. I'm going to ask you to provide the full verbose output from an upload attempt.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open. - Uncheck the box next to Show verbose output during:
☑compile in the "Preferences" dialog. - Check the box next to Show verbose output during: ☐ upload.
- Click the "OK" button.
The "Preferences" dialog will close. - Attempt an upload, as you did before.
- Wait for the upload to fail.
- You will see an "Upload error: ..." notification at the bottom right corner of the Arduino IDE window. Click the "COPY ERROR MESSAGES" button on that notification.
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the error output from the upload into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
Sketch uses 393352 bytes (20%) of program storage space. Maximum is 1966080 bytes.
Global variables use 104288 bytes (19%) of dynamic memory, leaving 419336 bytes for local variables. Maximum is 523624 bytes.
Performing 1200-bps touch reset on serial port COM8
Waiting for upload port...
No upload port found, using COM8 as fallback
"C:\Users\Asus\AppData\Local\Arduino15\packages\arduino\tools\dfu-util\0.10.0-arduino1/dfu-util" --device 0x2341:0x0366 -D "C:\Users\Asus\AppData\Local\arduino\sketches\5E81088F1F77E490F212C9CE28B232B1/LVGLDemo.r.ino.bin" -a0 --dfuse-address=0x08040000:leave
dfu-util 0Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release
No DFU capable USB device available
.10-dev
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Failed uploading: uploading error: exit status 74
The above text is a detailed description of the problem. I checked the Com port and it turned out that the Arduino IDE provides connectivity to the Arduino_Giga R1 WI-FI via Com port 8, and not via Com port 13, which is connected to the Arduino_Giga R1 WI-FI in the PC device manager. I set the Arduino IDE to connect via com port 13 and everything went smoothly.
Thanks for taking the time to post an update with your solution. I'm glad it is working now.
Regards, Per
