From 6771531255b11d705a522a05dd2f6af1d0fa10f7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 20 Aug 2019 13:45:50 +0800 Subject: [PATCH] README: fix openocd not finding files --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d201a7..d722eb8 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,14 @@ Proceed using gdb with `load`, `c` ```shell nix-shell --command "cargo xbuild --release" -openocd -f openocd/zc706.cfg +cd openocd +openocd -f zc706.cfg ``` ### Running on the Cora Z7-10 ```shell nix-shell --command "cargo xbuild --release --no-default-features --features=target_cora_z7_10" -openocd -f openocd/cora-z7-10.cfg +cd openocd +openocd -f cora-z7-10.cfg ```