README: fix openocd not finding files

multiprocessing
Sebastien Bourdeauducq 2019-08-20 13:45:50 +08:00
부모 4c62ce0dad
커밋 6771531255
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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
```