diff --git a/src/docs/knowledge-base/raspberry-pi.md b/src/docs/knowledge-base/raspberry-pi.md index ef2e165..28a27ab 100644 --- a/src/docs/knowledge-base/raspberry-pi.md +++ b/src/docs/knowledge-base/raspberry-pi.md @@ -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` diff --git a/src/docs/knowledge-base/troubleshooting.md b/src/docs/knowledge-base/troubleshooting.md index f29a9ad..92cce04 100644 --- a/src/docs/knowledge-base/troubleshooting.md +++ b/src/docs/knowledge-base/troubleshooting.md @@ -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