Skip to content
Snippets Groups Projects
Unverified Commit 5c47b49e authored by sébastien jacq's avatar sébastien jacq Committed by GitHub
Browse files

Update README.md

parent 60d42274
Branches
Tags
No related merge requests found
...@@ -120,7 +120,7 @@ $ ./bootstrap ...@@ -120,7 +120,7 @@ $ ./bootstrap
``` ```
- Launch configure: - 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: - Compile and install files:
``` ```
...@@ -137,7 +137,7 @@ $ export PATH=$PATH:<path to riscv-openocd>/build/bin ...@@ -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. 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/ 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 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 : The particular entry about the HS2 cable is :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment