forked from M-Labs/nix-scripts
zynq: set SZL environment variable
This commit is contained in:
parent
53838bd55f
commit
b7a1f42a06
1
zynq.nix
1
zynq.nix
|
@ -40,6 +40,7 @@ in
|
||||||
|
|
||||||
export USER=hydra
|
export USER=hydra
|
||||||
export OPENOCD_ZYNQ=${<zynq-rs>}/openocd
|
export OPENOCD_ZYNQ=${<zynq-rs>}/openocd
|
||||||
|
export SZL=${zynq-rs.zc706-szl}/szl.elf;
|
||||||
pushd ${<artiq-zynq>}
|
pushd ${<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-nist_qc2-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-nist_qc2-jtag}
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue