Skip to content

Commit a2f76d1

Browse files
committed
Update "exit status 74" section
1 parent 2d9e33f commit a2f76d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "dfu-util errors when uploading (exit status 74)"
44

55
Many Arduino boards use the **dfu-util** utility to upload sketches to the board. Some of these include:
66

7-
* Arduion UNO R4 Minima
7+
* Arduino UNO R4 Minima
88
* Arduino GIGA R1 WiFi
99

1010
In this article:
@@ -21,7 +21,7 @@ In this article:
2121

2222
## `Failed uploading: uploading error: exit status 74`
2323

24-
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 exit status code (47) is used by the dfu-util upload utility.
24+
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

2626
<!-- Whenever an upload fails, this message may appear at the end of the console output. -->
2727

0 commit comments

Comments
 (0)