diff --git a/README.md b/README.md index 6b2bf998e481f556460b98ee92d808f048a4d384..fd26d17ae2738798fb5b59913b32a1825aeae783 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ $ ./bootstrap ``` - Launch configure: ``` -$ ./configure --enable-ftdi --prefix=build --exec-prefix=build +$ ./configure --enable-ftdi --prefix=<absolute path>/build --exec-prefix=<absolute path>/build ``` - Compile and install files: ``` @@ -137,7 +137,7 @@ $ export PATH=$PATH:<path to riscv-openocd>/build/bin It is necessary to add a udev rule to use the cable. OpenOCD provides a file containing the rule we need. Copy it into /etc/udev/rules.d/ ``` -$ sudo cp <openocd>/contrib/60-openocd.rules /etc/udev/rules.d +$ sudo cp <path to riscv-openocd>/contrib/60-openocd.rules /etc/udev/rules.d ``` The file is also available here: https://github.com/riscv/riscv-openocd/blob/riscv/contrib/60-openocd.rules The particular entry about the HS2 cable is :