From 0255fd323121b1a2a5c25478aca82ad601a56ea1 Mon Sep 17 00:00:00 2001 From: Maps Date: Mon, 16 Dec 2024 10:13:17 +0100 Subject: [PATCH] working start.sh again --- scripts/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 7a24b42..563ebc9 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -7,8 +7,8 @@ cd ../git/daqtools/xml-db cd - echo Load basic settings -mimosis -f 0xfe82 -a load -w conf/CONF_allregisters.pl; sleep .1 -mimosis -f 0xfe82 -a load -w conf/CONF_testmode_enable.pl; sleep .1 +mimosis -f 0xfe82 -a load -w ./conf/CONF_allregisters.pl; sleep .1 +mimosis -f 0xfe82 -a load -w ./conf/CONF_testmode_enable.pl; sleep .1 echo Bit and word align cd ../git/daqtools/xml-db @@ -20,7 +20,7 @@ cd ../git/daqtools/xml-db ./get.pl Mimosis 0xfe82 LastWord cd - -mimosis -f 0xfe82 -a load conf/CONF_testmode_disable.pl +mimosis -f 0xfe82 -a load ./conf/CONF_testmode_disable.pl cd ../git/daqtools/xml-db #./get.pl Mimosis 0xfe82 CounterHeader rates #nicht implementiert... -- 2.43.0