Skip to content

Conversation

lurch
Copy link
Contributor

@lurch lurch commented Sep 3, 2025

ping @P33M

@burtyb
Copy link

burtyb commented Sep 4, 2025

Would it be worth saying 2.x.y is shown as 2.xy in the lsusb output to avoid potential confusion?

@lurch
Copy link
Contributor Author

lurch commented Sep 4, 2025

Would it be worth saying 2.x.y is shown as 2.xy in the lsusb output to avoid potential confusion?

Thanks, done 👍

@lurch lurch requested a review from JeuneseRPi September 4, 2025 08:50

[source, console]
----
$ lsusb -v -d 2e8a: | grep bcdDevice
Copy link
Contributor

@P33M P33M Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All debugprobe-ish devices have an assigned idProduct so this can be 2e8a:000c for an exact match

----
$ lsusb -v -d 2e8a: | grep bcdDevice
----
which will report `bcdDevice 2.23` for Debug Probe firmware version 2.2.3.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
which will report `bcdDevice 2.23` for Debug Probe firmware version 2.2.3.
This will report `bcdDevice 2.23` for Debug Probe firmware version 2.2.3.

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].
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].

[NOTE]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs to be a note, especially as it's more than a couple of sentences long.


[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). To check the firmware version of your Debug Probe, run:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants