forked from M-Labs/nix-scripts
zynq: fix rpi4 host key problems
This commit is contained in:
parent
3dfd3b166a
commit
1a3c57864d
2
zynq.nix
2
zynq.nix
|
@ -41,7 +41,7 @@ in
|
|||
echo "rpi-4 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJu+HhQmQAclub9K/B3xUQ28lBg+MEdqSeBuQNZgPGKB" > $HOME/.ssh/known_hosts
|
||||
chmod 600 $HOME/.ssh/id_rsa
|
||||
|
||||
bash ${<artiq-zynq>}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag}
|
||||
bash ${<artiq-zynq>}/remote_run.sh -h rpi-4 -d ${artiq-zynq.zc706-simple-jtag}
|
||||
|
||||
touch $out
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue