zynq: use bash to execute remote-run script

pull/33/head
Sebastien Bourdeauducq 2020-07-04 17:29:29 +08:00
parent 563161860e
commit 3dfd3b166a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in
echo "rpi-4 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJu+HhQmQAclub9K/B3xUQ28lBg+MEdqSeBuQNZgPGKB" > $HOME/.ssh/known_hosts
chmod 600 $HOME/.ssh/id_rsa
${<artiq-zynq>}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag}
bash ${<artiq-zynq>}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag}
touch $out
'';