Skip to content

Commit 52dc11d

Browse files
committed
Update dfu-util-errors-when-uploading-exit-status-74.md
1 parent a2f76d1 commit 52dc11d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/Software Support/Upload/dfu-util-errors-when-uploading-exit-status-74.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ In this article:
2323

2424
When an upload fails, you may see the message `Failed uploading: uploading error: exit status 74`. This is a generic message indicating that the upload process has failed. The specific exit status code (74) is used by the dfu-util upload utility. To understand the issue, always review the messages that appear before this notification, as they offer more detailed context about the failure.
2525

26-
<!-- Whenever an upload fails, this message may appear at the end of the console output. -->
27-
2826
---
2927

3028
<a id="no-dfu-capable-usb-device-available"></a>
@@ -33,7 +31,7 @@ When an upload fails, you may see the message `Failed uploading: uploading error
3331

3432
This message indicates that no USB devices supporting the DFU upload protocol were found by dfu-util.
3533

36-
Follow these steps:
34+
Follow these steps to resolve the error:
3735

3836
1. Make sure you have the right board selected in the board selector, or the **Tools > Board** menu. If you're unsure about which board you should use, see [Select board and port in Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
3937

@@ -45,11 +43,11 @@ Follow these steps:
4543

4644
## `dfu-util: Cannot open DFU device {vid}:{pid} found on devnum {n} (LIBUSB_ERROR_ACCESS)`
4745

48-
The message varies depending on the board.
46+
The message varies depending on the board you are using.
4947

50-
On Linux, this error can be caused by missing udev rules. This is more likely to be the cause if the error the first time you're uploading from the system.
48+
On Linux, this error can be caused by missing udev rules (This is more likely to be the cause if the error appears on the first time you're uploading from the system).
5149

52-
<a class="link-chevron-right">Fix udev rules on Linux</a>
50+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/9005041052444-Fix-udev-rules-on-Linux">Fix udev rules on Linux</a>
5351

5452
---
5553

@@ -71,15 +69,15 @@ To resolve the error, disconnect any extra boards or dfu capable devices you hav
7169

7270
<a id="invalid-dfu-suffix-signature"></a>
7371

74-
## `Warning: Invalid DFU suffix signature` <!-- TODO -->
72+
## `Warning: Invalid DFU suffix signature`
7573

76-
When uploading a sketch to you may receive this warning in the console:
74+
When uploading a sketch, you may receive this warning in the console:
7775

7876
```
7977
Warning: Invalid DFU suffix signature
8078
A valid DFU suffix will be required in a future dfu-util release
8179
```
8280

83-
This warning is expected, and does not indicate a problem. The warning is only displayed if [verbose output is enabled](https://support.arduino.cc/hc/en-us/articles/4407705216274) in Preferences. If no other warnings or errors appears in the output, the sketch was most likely uploaded successfully.
81+
This warning is expected and does not indicate a problem. It is only displayed if [verbose output is enabled](https://support.arduino.cc/hc/en-us/articles/4407705216274) in Preferences. If there are no other warnings or errors in the output, the sketch most likely **uploaded successfully**.
8482

8583
<!-- markdownlint-disable-file HC001 -->

0 commit comments

Comments
 (0)