forked from M-Labs/nix-scripts
zynq: work around tnetplug connection freezing
This commit is contained in:
parent
1b324970e5
commit
33b66b1a65
3
zynq.nix
3
zynq.nix
|
@ -48,8 +48,7 @@ in
|
||||||
buildPhase =
|
buildPhase =
|
||||||
''
|
''
|
||||||
echo Power cycling board...
|
echo Power cycling board...
|
||||||
(echo b; sleep 5; echo B) | nc -N 192.168.1.31 3131
|
(echo b; sleep 5; echo B; sleep 5) | nc 192.168.1.31 3131
|
||||||
sleep 5
|
|
||||||
echo Power cycle done.
|
echo Power cycle done.
|
||||||
|
|
||||||
export USER=hydra
|
export USER=hydra
|
||||||
|
|
Loading…
Reference in New Issue