Skip to content

Unpublish 6554944868252 [HC-1357, HC-1358] #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
---

Expand All @@ -17,12 +17,12 @@ 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. <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>.
* 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)

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

[^github-release]: <https://github.com/arduino/arduino-create-agent/releases/tag/1.3.2>

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>.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you still get an error, you'll find instructions for specific error messages
<h3>Upload</h3>
<ul>
<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>
<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>
<!-- <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 -->
<li><a href="#no-device-found-on-port">No device found on &lt;port&gt;</a></li>
<li><a href="#no-board-on-selected-port">Couldn't find a Board on the selected port</a></li>
<li><a href="#no-dfu-capable-USB-device-available">dfu-util: No DFU capable USB device available</a></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down