From 8c10f27dcebdd05a6b1e087e3b49a532a372ae18 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 24 Jan 2020 00:04:16 +0100 Subject: [PATCH] README: update for multi-crate layout Fixes Gitea issue #10. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25cf09..d9e94e5 100644 --- a/README.md +++ b/README.md @@ -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 ```