Skip to content

Commit 94035f1

Browse files
authored
Unpublish 6554944868252 [HC-1357, HC-1358] (#253)
* Unpublish Will redirect to https://support.arduino.cc/hc/en-us/articles/4403365313810 using a JS redirect in theme * Change title to better convey the scope of the article * Remove paragraph about IoT Cloud that's no longer relevant * Update filename to match title * Remove link to unpublished article
1 parent a8950e7 commit 94035f1

3 files changed

+5
-4
lines changed

content/Hardware Support/UNO/Problems-uploading-to-UNO-R4-WiFi-on-Windows.md renamed to content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Problems uploading to UNO R4 WiFi on Windows
2+
title: "Touch reset fails for UNO R4 WiFi on Windows (Arduino CLI 0.33.0 or earlier)"
33
id: 9398559565340
44
---
55

@@ -17,12 +17,12 @@ To use your UNO R4 WiFi on Windows, make sure your software is up to date:
1717
* The Create Agent updates to the latest version automatically. <a class="link-up-right" href="https://support.arduino.cc/hc/en-us/articles/4407002993426-Check-your-Arduino-Create-Agent-version">Check your Arduino Create Agent version</a> to verify that you're running 1.3.2 or later. If it's not updating, try restarting the application, or <a class="link-up-right" href="https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent">manually installing the latest version</a>.
1818
* If you are using Arduino CLI, run `arduino-cli upgrade`.
1919

20+
If you're still see errors when uploading, check **[Errors when uploading a sketch](https://support.arduino.cc/hc/en-us/articles/4403365313810-Errors-when-uploading-a-sketch)**.
21+
2022
[^github-issue-renesas]: [Upload broken for the Uno R4 WiFi on Windows #10](https://github.com/arduino/ArduinoCore-renesas/issues/10)
2123

2224
[^github-pr-cli]: [Fix 1200-bps touch DTR handling (Windows) #2234](https://github.com/arduino/arduino-cli/pull/2234)
2325

2426
[^github-release]: <https://github.com/arduino/arduino-cli/releases/tag/0.33.1>
2527

2628
[^github-release]: <https://github.com/arduino/arduino-create-agent/releases/tag/1.3.2>
27-
28-
Note that UNO R4 WiFi currently cannot be used with IoT Cloud, see <a class="link-up-right" href="https://support.arduino.cc/hc/en-us/articles/9398545261468-Adding-UNO-R4-WiFi-to-Arduino-IoT-Cloud-results-in-a-The-device-found-is-not-compatible-error">Adding UNO R4 WiFi to Arduino IoT Cloud results in a "The device found is not compatible" error</a>.

content/Software Support/Upload/Errors-when-uploading-a-sketch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you still get an error, you'll find instructions for specific error messages
3939
<h3>Upload</h3>
4040
<ul>
4141
<li><a href="https://support.arduino.cc/hc/en-us/articles/360020831120-Failed-uploading-no-upload-port-provided">Failed uploading: no upload port provided</a></li>
42-
<li><a href="https://support.arduino.cc/hc/en-us/articles/6554944868252-Failed-uploading-uploading-error-exit-status-1">Failed uploading: uploading error: exit status 1</a></li>
42+
<!-- <li><a href="https://support.arduino.cc/hc/en-us/articles/6554944868252-Failed-uploading-uploading-error-exit-status-1">Failed uploading: uploading error: exit status 1</a></li> NOTE: Unpublished article -->
4343
<li><a href="#no-device-found-on-port">No device found on &lt;port&gt;</a></li>
4444
<li><a href="#no-board-on-selected-port">Couldn't find a Board on the selected port</a></li>
4545
<li><a href="#no-dfu-capable-USB-device-available">dfu-util: No DFU capable USB device available</a></li>

content/Software Support/Upload/Failed-uploading-uploading-error-exit-status-1.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Failed uploading: uploading error: exit status 1"
33
id: 6554944868252
4+
draft: true
45
---
56

67
When an upload error occurs during sketch upload, you may see the error message `Failed uploading: uploading error: exit status 1` in the console. In Arduino IDE, the message may only be displayed in a pop-up notification in the bottom-right corner. In the console, it is typically printed last in the output, and simply indicates that the upload process has failed.

0 commit comments

Comments
 (0)