forked from M-Labs/nix-scripts
zynq: fix openocd files transfer
This commit is contained in:
parent
a89e2e5e5b
commit
e372f357a8
1
zynq.nix
1
zynq.nix
|
@ -34,6 +34,7 @@ in
|
||||||
|
|
||||||
buildPhase =
|
buildPhase =
|
||||||
''
|
''
|
||||||
|
cd ${<artiq-zynq>}
|
||||||
bash ${<artiq-zynq>}/remote_run.sh -h rpi-4 -o "-F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR -i /opt/hydra_id_rsa" -d ${artiq-zynq.zc706-simple-jtag}
|
bash ${<artiq-zynq>}/remote_run.sh -h rpi-4 -o "-F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR -i /opt/hydra_id_rsa" -d ${artiq-zynq.zc706-simple-jtag}
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
|
|
Loading…
Reference in New Issue