zynq: work around tnetplug connection freezing

pull/33/head
Sebastien Bourdeauducq 2020-09-09 15:54:36 +08:00
parent 1b324970e5
commit 33b66b1a65
1 changed files with 1 additions and 2 deletions

View File

@ -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