forked from M-Labs/zynq-rs
harry
c69cd9951e
update build.sh to use rpi-4 directly; fix README README: update build instruction build.sh: fix missing package argument Co-authored-by: Harry Ho <hh@m-labs.hk>
2 lines
159 B
Bash
Executable File
2 lines
159 B
Bash
Executable File
nix-shell --command "cargo xbuild --release -p experiments" && scp -C target/armv7-none-eabihf/release/experiments $1@rpi-4.m-labs.hk:/home/$1/zc706/zc706.elf
|