From: Michael Wiebusch Date: Wed, 17 Dec 2014 13:54:09 +0000 (+0100) Subject: sleep in init_system, to give the FPGA a little more time before address assignment X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bf059d922ac139a010a33c1ecb5842e06f49c050;p=mvdsensorcontrol.git sleep in init_system, to give the FPGA a little more time before address assignment --- diff --git a/tools/init_system.pl b/tools/init_system.pl index 43e64a6..2bb3c43 100755 --- a/tools/init_system.pl +++ b/tools/init_system.pl @@ -53,7 +53,7 @@ print("GBE:\t".join(", ", map {sprintf("%04x",$_)} @gbe)."\n"); run("trbcmd reset"); -sleep 1; +sleep 2; #Set addresses run(DAQTOOLSPATH."/tools/merge_serial_address.pl ".DAQTOOLSPATH."/base/serials_trb3.db ".CONFIGPATH."/network/addresses_trb3.db");