From b7a1f42a061873fd35f6c738857f133f8f05f2b2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 9 Sep 2020 18:36:41 +0800 Subject: [PATCH] zynq: set SZL environment variable --- zynq.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/zynq.nix b/zynq.nix index f67e02b..e7fd6da 100644 --- a/zynq.nix +++ b/zynq.nix @@ -40,6 +40,7 @@ in export USER=hydra export OPENOCD_ZYNQ=${}/openocd + export SZL=${zynq-rs.zc706-szl}/szl.elf; pushd ${} bash ${}/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