zynq: work around tnetplug connection freezing (attempt 2)

pull/33/head
Sebastien Bourdeauducq 2020-09-09 16:33:28 +08:00
parent 33b66b1a65
commit 354f653a13
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ in
buildPhase = buildPhase =
'' ''
echo Power cycling board... echo Power cycling board...
(echo b; sleep 5; echo B; sleep 5) | nc 192.168.1.31 3131 (echo b; sleep 5; echo B; sleep 5) | nc -N -w6 192.168.1.31 3131
echo Power cycle done. echo Power cycle done.
export USER=hydra export USER=hydra