From 130dc28f40c277e4d4873951141fd336a2dae46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Sat, 30 Mar 2024 11:19:20 +0100 Subject: [PATCH] Remove mentions of probe-rs-cli --- src/docs/knowledge-base/raspberry-pi.md | 2 +- src/docs/knowledge-base/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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