Skip to content

Commit 61d355a

Browse files
authored
Add note about checking Debug Probe firmware version
1 parent 41ddd7d commit 61d355a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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].
6+
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+
11+
[source, console]
12+
----
13+
$ lsusb -v -d 2e8a: | grep bcdDevice
14+
----
15+
--
616

717
Download `debugprobe.uf2` from the latest release.
818

0 commit comments

Comments
 (0)