Skip to content

Commit 154b899

Browse files
Merge pull request #4171 from raspberrypi/lurch-patch-5
Add note about checking Debug Probe firmware version
2 parents ca34841 + f9f2acc commit 154b899

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

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

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
Firmware for the Debug Probe is available as a UF2 file distributed by Raspberry Pi.
44

5-
The latest version of the Debug Probe firmware is version 2.2. 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].
5+
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-
Download `debugprobe.uf2` from the latest release.
7+
To check the firmware version of your Debug Probe, run:
8+
[source, console]
9+
----
10+
$ lsusb -v -d 2e8a:000c | grep bcdDevice
11+
----
12+
This will report `bcdDevice 2.23` for Debug Probe firmware version 2.2.3.
813

9-
Pinch to remove the top of the Debug Probe enclosure.
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).
1015

11-
Push and hold the BOOTSEL button as you plug the Debug Probe into your computer to mount a volume called "RPI-RP2".
16+
To update the firmware version of your Debug Probe:
1217

13-
Copy `debugprobe.uf2` onto the "RPI-RP2" volume. The volume will dismount automatically after the file finishes copying onto the device.
14-
15-
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)