Skip to content

Commit 67df38a

Browse files
committed
Update Title and compatible boards
1 parent c2e8030 commit 67df38a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/Hardware Support/Generic/Flash-USB-to-serial-firmware-in-DFU-mode.md renamed to content/Hardware Support/Generic/Flash-USB-to-serial-firmware-in-DFU-Device-Firmware-Update-mode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "Flash USB-to-serial firmware in DFU mode"
2+
title: "Flash USB-to-serial firmware in DFU (Device Firmware Update) mode"
33
id: 4408887452434
44
---
55

66
The following boards use either an Atmega16U2 or Atmega8U2 chip as a USB-to-serial converter:
77

8-
* Arduino UNO
8+
* Arduino UNO (Rev1)
99
* Arduino UNO Rev3
1010
* Arduino Mega
1111
* Arduino Mega2560 Rev3
1212
* Arduino MegaADK Rev3
1313

14-
The converter chip firmware can be flashed with a computer by setting the board to **DFU mode** (Device Firmware Update).
14+
The converter chip firmware in these boards can be flashed with a computer by setting the board to **DFU mode** (Device Firmware Update).
1515

1616
> [!NOTE]
17-
> This article does _not_ apply to the Uno WiFi Rev2, which uses a different chip with closed source firmware.
17+
> This article does _not_ apply to the UNO WiFi Rev2, UNO R4 WiFi, and UNO R4 Minima.
1818
1919
## 1. Get the firmware
2020

@@ -27,7 +27,7 @@ Within the platform directory, the usb to serial firmware is found in `firmwares
2727
| Arduino Mega2560 Rev3 | Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex |
2828
| Arduino MegaADK Rev3 | Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex |
2929
| Arduino UNO Rev3 | Arduino-usbserial-atmega16u2-Uno-Rev3.hex |
30-
| Arduino UNO | Arduino-usbserial-uno.hex |
30+
| Arduino UNO (Rev1) | Arduino-usbserial-uno.hex |
3131
| Arduino Mega | Arduino-usbserial-mega.hex |
3232

3333
## 2. Program the chip with the firmware

0 commit comments

Comments
 (0)