-
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
base: develop
Are you sure you want to change the base?
Conversation
|
Would it be worth saying 2.x.y is shown as 2.xy in the lsusb output to avoid potential confusion? |
Thanks, done 👍 |
|
|
||
| [source, console] | ||
| ---- | ||
| $ lsusb -v -d 2e8a: | grep bcdDevice |
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.
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. |
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.
| 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] |
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 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: |
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.
| 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: |
ping @P33M