Skip to content

Commit 3288f4b

Browse files
Update tricore-probe installation steps (#18)
1 parent d393784 commit 3288f4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ Next, **CMake** is used to compile the PXROS kernel and C tasks defined in the *
6363

6464
2. Install HighTec's [Rust](https://hightec-rt.com/en/rust-evaluation) compiler toolchain. Register and follow their installation instruction.
6565

66-
3. If on Windows, install Infineon's [DAS and MEMTOOL](https://www.infineon.com/cms/en/tools/aurix-tools/free-tools/infineon): these tools are required to utilize [tricore-probe](https://github.com/veecle/tricore-probe). If you are using Linux, please follow the guidelines provided in the repository.
66+
3. If on Windows, install Infineon's [DAS](https://www.infineon.com/cms/en/tools/aurix-tools/free-tools/infineon) and [AurixFlasher](https://softwaretools.infineon.com/tools/com.ifx.tb.tool.aurixflashersoftwaretool): these tools are required to utilize [tricore-probe](https://github.com/veecle/tricore-probe).
67+
If you are using Linux, please follow the guidelines provided in the [tricore-probe](https://github.com/veecle/tricore-probe) repository.
6768

68-
4. Install **tricore-probe** via `cargo +nightly install --git https://github.com/veecle/tricore-probe tricore-probe`. Make sure the listed requirements are installed.
69+
4. Install **tricore-probe** via `cargo install tricore-probe --git https://github.com/veecle/tricore-probe --version 0.2.0`.
70+
Make sure the listed requirements are installed.
6971

7072
For additional installation instructions or troubleshooting please also visit [Bluewind's repository](https://github.com/bluewind-embedded-systems/bw-r-drivers-tc37x).
7173

0 commit comments

Comments
 (0)