You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Software Support/Upload/Errors-when-uploading-a-sketch.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,32 @@ These checks will resolve the most common errors:
19
19
20
20
If you still get an error, you'll find instructions for specific error messages below.
21
21
22
+
---
23
+
22
24
<aid="errors"></a>
23
25
24
-
## Errors
26
+
## List of errors
25
27
26
28
> **Note:**_Exit status 1_ only indicates that the process has failed. Look for preceding lines in the error output for more specific information.
27
29
28
30
<table>
29
31
<tr>
30
32
<tdstyle="vertical-align: top;">
31
-
<h3>Common</h3>
33
+
<h3>Upload</h3>
32
34
<ul>
33
-
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360016955139-Error-exit-status-1">Error: exit status 1</a></li>
34
-
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020843439-Error-2-UNKNOWN-no-FQBN-provided">Error: 2 UNKNOWN: no FQBN provided</a></li>
35
-
<li><ahref="#no-device-found-on-port">No device found on <port><br>Upload error: Failed uploading: uploading error: exit status 1</a></li>
35
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020831120-Failed-uploading-no-upload-port-provided">Failed uploading: no upload port provided</a></li>
36
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/6554944868252-Failed-uploading-uploading-error-exit-status-1">Upload error: Failed uploading: uploading error: exit status 1</a></li>
37
+
<li><ahref="#no-device-found-on-port">No device found on <port></a></li>
36
38
<li><ahref="#no-board-on-selected-port">Couldn't find a Board on the selected port</a></li>
37
39
<li><ahref="#no-dfu-capable-USB-device-available">dfu-util: No DFU capable USB device available</a></li>
38
40
<li><ahref="#SerialPortException-port-busy">jssc.SerialPortException: Port name - <port>;<br>Method name - openPort(); Exception type - Port busy.</a></li>
39
41
</ul>
40
42
<h3>Compilation error</h3>
41
43
<ul>
44
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/6554914611228-Compilation-error-exit-status-1">Compilation error: exit status 1</a></li>
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020846379-Compilation-error-Error-2-UNKNOWN-platform-not-installed">Compilation error: Error: 2 UNKNOWN: platform not installed</a></li>
46
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020846379-Compilation-error-Error-2-UNKNOWN-platform-not-installed">Compilation error: Platform not found: platform not installed</a></li>
0 commit comments