-
Notifications
You must be signed in to change notification settings - Fork 2k
Add note about checking Debug Probe firmware version #4171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
61d355a
0219e9b
3c32015
f9f2acc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,17 @@ | |||||
|
||||||
Firmware for the Debug Probe is available as a UF2 file distributed by Raspberry Pi. | ||||||
|
||||||
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] | ||||||
-- | ||||||
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: | |
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that CMSIS-DAP needs to be put in backticks? https://arm-software.github.io/CMSIS_5/DAP/html/index.html just uses it as a regular word.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backticks are typically added for literal identifiers (like a protocol name or configuration option) that might appear in code or logs. I put it in backticks because it's the name of a protocol, but you could also make the argument that you're describing the protocol more generally if you really want to remove the backticks.
Uh oh!
There was an error while loading. Please reload this page.