summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormwachs5 <megan@sifive.com>2017-05-17 13:42:39 -0700
committermwachs5 <megan@sifive.com>2017-05-17 13:42:39 -0700
commit05cb35bb1700ce1b93a8502ce2d7e4ca3f22e3fd (patch)
treea412fd558fe4fe8e7129da815c05d3bc3b79c491 /README.md
parentfdd2423815d27bc20be21f8a4bf7dd4a27fd0320 (diff)
rename 'PREFIX' to 'PATH' for more intuitive naming
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index fe5c25e..ad0cf7a 100644
--- a/README.md
+++ b/README.md
@@ -49,17 +49,17 @@ https://sifive.com/products/tools
For OpenOCD and/or RISC-V GNU Toolchain,
download the .tar.gz for your platform, and unpack it to
-your desired location. Then, use the `RISC_PREFIX` and `RISCV_OPENOCD_PREFIX`
+your desired location. Then, use the `RISC_PATH` and `RISCV_OPENOCD_PATH`
variables when attempting to use the tools:
```
cp openocd-<date>-<platform>.tar.gz /my/desired/location/
-cp riscv-gnu-toolchain-<date>-<platform>.tar.gz /my/desired/location
+cp riscv64-unknown-elf-gcc-<date>-<platform>.tar.gz /my/desired/location
cd /my/desired/location
tar -xvf openocd-<date>-<platform>.tar.gz
-tar -xvf riscv-gnu-toolchain-<date>-<platform>.tar.gz
-export RISCV_OPENOCD_PREFIX /my/desired/location/openocd
-export RISCV_PREFIX /my/desired/location/riscv-gnu-toolchain
+tar -xvf riscv64-unknown-elf-gcc-<date>-<platform>.tar.gz
+export RISCV_OPENOCD_PATH=/my/desired/location/openocd
+export RISCV_PATH=/my/desired/location/riscv64-unknown-elf-gcc-<date>-<version>
```
### Updating your SDK ###