README: update for multi-crate layout

Fixes Gitea issue #10.
tmux
Astro 2020-01-24 00:04:16 +01:00
parent 3d1f859cb4
commit 8c10f27dce
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
nix-shell --command "cargo xbuild --release"
```
Currently the ELF output is placed at `target/armv7-none-eabihf/release/zc706-experiments`
# Debug
## Using the Xilinx toolchain
@ -47,7 +49,7 @@ 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"
nix-shell --command "cd experiments && cargo xbuild --release --no-default-features --features=target_cora_z7_10"
cd openocd
openocd -f cora-z7-10.cfg
```