From 4cc93808e113014d7f99a537172f9a687d72a7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=A9bastien=20jacq?= <57099003+sjthales@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:10:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd26d17a..2bebb306 100644 --- a/README.md +++ b/README.md @@ -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 <path to riscv-openocd>/contrib/60-openocd.rules /etc/udev/rules.d +$ sudo cp <path to riscv-openocd>/build/share/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 : -- GitLab