diff --git a/content/Hardware Support/UNO/Problems-uploading-to-UNO-R4-WiFi-on-Windows.md b/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
similarity index 83%
rename from content/Hardware Support/UNO/Problems-uploading-to-UNO-R4-WiFi-on-Windows.md
rename to content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
index 9c81cef0..191b2775 100644
--- a/content/Hardware Support/UNO/Problems-uploading-to-UNO-R4-WiFi-on-Windows.md
+++ b/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
@@ -1,5 +1,5 @@
---
-title: Problems uploading to UNO R4 WiFi on Windows
+title: "Touch reset fails for UNO R4 WiFi on Windows (Arduino CLI 0.33.0 or earlier)"
id: 9398559565340
---
@@ -17,6 +17,8 @@ To use your UNO R4 WiFi on Windows, make sure your software is up to date:
* The Create Agent updates to the latest version automatically. Check your Arduino Create Agent version to verify that you're running 1.3.2 or later. If it's not updating, try restarting the application, or manually installing the latest version.
* If you are using Arduino CLI, run `arduino-cli upgrade`.
+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)**.
+
[^github-issue-renesas]: [Upload broken for the Uno R4 WiFi on Windows #10](https://github.com/arduino/ArduinoCore-renesas/issues/10)
[^github-pr-cli]: [Fix 1200-bps touch DTR handling (Windows) #2234](https://github.com/arduino/arduino-cli/pull/2234)
@@ -24,5 +26,3 @@ To use your UNO R4 WiFi on Windows, make sure your software is up to date:
[^github-release]:
[^github-release]:
-
-Note that UNO R4 WiFi currently cannot be used with IoT Cloud, see Adding UNO R4 WiFi to Arduino IoT Cloud results in a "The device found is not compatible" error.
diff --git a/content/Software Support/Upload/Errors-when-uploading-a-sketch.md b/content/Software Support/Upload/Errors-when-uploading-a-sketch.md
index 8560cc1c..ae4c7425 100644
--- a/content/Software Support/Upload/Errors-when-uploading-a-sketch.md
+++ b/content/Software Support/Upload/Errors-when-uploading-a-sketch.md
@@ -39,7 +39,7 @@ If you still get an error, you'll find instructions for specific error messages
Upload
- Failed uploading: no upload port provided
-- Failed uploading: uploading error: exit status 1
+
- No device found on <port>
- Couldn't find a Board on the selected port
- dfu-util: No DFU capable USB device available
diff --git a/content/Software Support/Upload/Failed-uploading-uploading-error-exit-status-1.md b/content/Software Support/Upload/Failed-uploading-uploading-error-exit-status-1.md
index 2da245ca..9638ffb8 100644
--- a/content/Software Support/Upload/Failed-uploading-uploading-error-exit-status-1.md
+++ b/content/Software Support/Upload/Failed-uploading-uploading-error-exit-status-1.md
@@ -1,6 +1,7 @@
---
title: "Failed uploading: uploading error: exit status 1"
id: 6554944868252
+draft: true
---
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.