Skip to content

Commit 19ce159

Browse files
Update probe-rs-tools installation command and note (#33)
Specify version 0.29.1 for probe-rs-tools installation and note compatibility issue with PSoC 6 board.
1 parent 90c9130 commit 19ce159

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/tock_workshop/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ sudo apt install -y pkg-config libudev-dev cmake git
3838
After that, use `cargo` to install `probe-rs`:
3939

4040
```shell
41-
cargo install probe-rs-tools --locked
41+
cargo install probe-rs-tools@0.29.1 --locked
4242
```
4343

44+
:::note
45+
The lastest `probe-rs` version does not work with the PSoC 6 board, we have to use an older version, 0.29.1.
46+
:::
47+
4448
If you are using Linux, you will also need to add this [udev](https://probe.rs/files/69-probe-rs.rules) file in `/etc/udev/rules.d`. Then, run as root:
4549

4650
```shell

0 commit comments

Comments
 (0)