From 68ba7c617b22d5d46aa8202412cb124a98446eb3 Mon Sep 17 00:00:00 2001 From: Alexandru Radovici Date: Tue, 25 Nov 2025 23:23:04 +0100 Subject: [PATCH] Update probe-rs-tools installation command and note Specify version 0.29.1 for probe-rs-tools installation and note compatibility issue with PSoC 6 board. --- docs/tock_workshop/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tock_workshop/index.md b/docs/tock_workshop/index.md index 59f56c7..7016000 100644 --- a/docs/tock_workshop/index.md +++ b/docs/tock_workshop/index.md @@ -38,9 +38,13 @@ sudo apt install -y pkg-config libudev-dev cmake git After that, use `cargo` to install `probe-rs`: ```shell -cargo install probe-rs-tools --locked +cargo install probe-rs-tools@0.29.1 --locked ``` +:::note +The lastest `probe-rs` version does not work with the PSoC 6 board, we have to use an older version, 0.29.1. +::: + 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: ```shell