Skip to content

Commit b5b5cc6

Browse files
SnakeOilSalesmanRahix
authored andcommitted
Add a comment regarding svdtools PATH variable possible issue
1 parent b2c277e commit b5b5cc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ cargo install svd2rust --version 0.28.0
4141
cargo install form
4242
rustup component add --toolchain nightly rustfmt
4343
pip3 install --user svdtools
44+
45+
# check svdtools
46+
svd --version
47+
# if a "command not found" error is printed instead of a version,
48+
# either svdtools is installed incorrectly, or its installation path is missing from the PATH variable.
49+
# Temporary solution to PATH variable issue is to manually add the path. Like so:
50+
export PATH=$PATH:~/.local/bin
4451
```
4552

4653
[atdf2svd]: https://github.com/Rahix/atdf2svd

0 commit comments

Comments
 (0)