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 17776ac3..3a82cf5f 100644
--- a/content/Software Support/Upload/Errors-when-uploading-a-sketch.md
+++ b/content/Software Support/Upload/Errors-when-uploading-a-sketch.md
@@ -3,8 +3,6 @@ title: "Errors when uploading a sketch"
id: 4403365313810
---
-> **Incident:** **[Touch reset fails for UNO R4 WiFi on Windows (Arduino CLI 0.33.0 or earlier)](https://support.arduino.cc/hc/en-us/articles/9398559565340)**
-
When there is an error the IDE will print relevant information in the console. Learn how to resolve common errors.
---
@@ -42,7 +40,6 @@ If you still get an error, you'll find instructions for specific error messages
No device found on <port>
Couldn't find a Board on the selected port
-dfu-util: No DFU capable USB device available
jssc.SerialPortException: Port name - <port>;
Method name - openPort(); Exception type - Port busy.
Compilation error
@@ -58,6 +55,14 @@ If you still get an error, you'll find instructions for specific error messages
+dfu-util
+
avrdude
- stk500:
@@ -130,36 +135,6 @@ This error can happen if the board on the selected port has been disconnected fr
> On Windows, you can [manually set a port for the board](https://support.arduino.cc/hc/en-us/articles/360016420140#set-COM-port) to stop it from being reassigned.
-
-
-### dfu-util: No DFU capable USB device available Upload error: Failed uploading: uploading error: exit status 74
-
-```
-dfu-util: No DFU capable USB device available
-Upload error: Failed uploading: uploading error: exit status 74
-```
-
-This error can happen if the IDE could not find the selected board on the port, or if a port is not selected.
-
-1. Make sure the board is connected to your computer.
-
-2. Make sure that the right board is selected in _Tools > Board_.
-
-3. Select the board in _Tools > Port_.
-
- * For step-by-step instructions, see [Select board and port in Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
- * If you can't find the port, see [If your board does not appear in the port menu](https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-does-not-appear-in-the-port-menu).
-
-4. Make sure the correct port is selected in _Tools > Port_.
-
-5. Close other instances of Arduino IDE, serial monitors, and other software that may be blocking the port.
-
-6. Restart your computer.
-
-7. See [Find and stop process blocking a port](https://support.arduino.cc/hc/en-us/articles/4407830972050-Find-and-stop-process-blocking-a-port).
-
-> On Windows, you can [manually set a port for the board](https://support.arduino.cc/hc/en-us/articles/360016420140#set-COM-port) to stop it from being reassigned.
-
### jssc.SerialPortException: Port name - \; Method name - openPort(); Exception type - Port busy
|