Skip to content

Commit

Permalink
docs: Update probe-rs installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 11, 2024
1 parent c362b51 commit 23d4058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hil-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ We use [probe-rs] for flashing and running the tests on a target device, however

```text
cargo install probe-rs \
--git=https://github.com/probe-rs/probe-rs \
--git=https://github.com/SergioGasquez/probe-rs \
--branch=feature/testing \
--features=cli \
--bin=probe-rs
--bin=probe-rs --locked
```

You **MUST** have the target device connected via its USB-Serial-JTAG port, or if unavailable (eg. ESP32, ESP32-C2, ESP32-S2) then you must connect a compatible debug probe such as an ESP-Prog.
Expand Down

0 comments on commit 23d4058

Please sign in to comment.