Skip to content

Commit f9f2acc

Browse files
authored
More significant rejig of updating DebugProbe firmware
1 parent 3c32015 commit f9f2acc

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

documentation/asciidoc/microcontrollers/debug-probe/updating-firmware.adoc

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,19 @@ Firmware for the Debug Probe is available as a UF2 file distributed by Raspberry
44

55
The latest version of the Debug Probe firmware is version 2.2.3. If you're running an older version, or if you have accidentally overwritten the firmware on your Debug Probe, you can find the latest release of the firmware in https://github.com/raspberrypi/debugprobe/releases/latest[the debugprobe GitHub repository].
66

7-
[NOTE]
8-
--
9-
The `Info : CMSIS-DAP: FW Version = 2.0.0` line reported by `openocd` only refers to the CMSIS-DAP protocol level (which is different to the Debug Probe firmware version). To check the firmware version of your Debug Probe, run:
10-
7+
To check the firmware version of your Debug Probe, run:
118
[source, console]
129
----
13-
$ lsusb -v -d 2e8a: | grep bcdDevice
10+
$ lsusb -v -d 2e8a:000c | grep bcdDevice
1411
----
1512
This will report `bcdDevice 2.23` for Debug Probe firmware version 2.2.3.
16-
--
17-
18-
Download `debugprobe.uf2` from the latest release.
19-
20-
Pinch to remove the top of the Debug Probe enclosure.
2113

22-
Push and hold the BOOTSEL button as you plug the Debug Probe into your computer to mount a volume called "RPI-RP2".
14+
NOTE: The `Info : CMSIS-DAP: FW Version = 2.0.0` line reported by `openocd` only refers to the CMSIS-DAP protocol level (which is different to the Debug Probe firmware version).
2315

24-
Copy `debugprobe.uf2` onto the "RPI-RP2" volume. The volume will dismount automatically after the file finishes copying onto the device.
16+
To update the firmware version of your Debug Probe:
2517

26-
Your Debug Probe will reboot and now runs an updated version of the Debug Probe firmware. It is now ready for debugging.
18+
1. Download `debugprobe.uf2` from the latest release.
19+
1. Pinch to remove the top of the Debug Probe enclosure.
20+
1. Push and hold the BOOTSEL button as you plug the Debug Probe into your computer, to mount a volume called "RPI-RP2".
21+
1. Copy `debugprobe.uf2` onto the "RPI-RP2" volume. The volume will dismount automatically after the file finishes copying onto the device.
22+
1. Your Debug Probe will reboot and now runs an updated version of the Debug Probe firmware. It is now ready for debugging.

0 commit comments

Comments
 (0)