Skip to content

Commit

Permalink
Remove mentions of probe-rs-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Mar 30, 2024
1 parent 2617971 commit 130dc28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/knowledge-base/raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ At a minimum TDO, TCK, TDI, TMS, and a ground pin must be connected to your prob

The chip name to use with **probe-rs** is `RaspberryPi4B`. When connecting make sure the protocol is explicitly specified as JTAG or connection errors may occur. For example, to use the gdb server:

`probe-rs-cli gdb --protocol jtag --chip RaspberryPi4B`
`probe-rs gdb --protocol jtag --chip RaspberryPi4B`

2 changes: 1 addition & 1 deletion src/docs/knowledge-base/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This can be set multiple ways:

- `.cargo/config.toml` under runner. Example:
``` toml
runner = "probe-rs-cli run --chip STM32L451RCTx"
runner = "probe-rs run --chip STM32L451RCTx"
```
- If using VSCode plugin in `launch.json` configurations/chip
```json
Expand Down

0 comments on commit 130dc28

Please sign in to comment.