]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
latest adjustments
authorHadaq@styx <hadaq@styx>
Mon, 9 Dec 2013 16:58:18 +0000 (17:58 +0100)
committerHadaq@styx <hadaq@styx>
Mon, 9 Dec 2013 17:00:03 +0000 (18:00 +0100)
users/cosy_test/config/trb2/program_hub.sh [new file with mode: 0755]
users/cosy_test/config/trb2/program_start.sh [new file with mode: 0755]

diff --git a/users/cosy_test/config/trb2/program_hub.sh b/users/cosy_test/config/trb2/program_hub.sh
new file mode 100755 (executable)
index 0000000..90f7917
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo "Programming FPGAs - HUB"
+#Hub
+../../../tools/command_client.pl -e etraxp022 -c "jam_trbv2 --addon -aFP /home/hadaq/hub/hub2_fpga1_full_20110517.stp"
+echo "Second FPGA"
+../../../tools/command_client.pl -e etraxp022 -c "jam_trbv2 --addon -aFP /home/hadaq/hub/hub2_fpga2_full_20110523.stp"
+
+echo "Finished HUB"
diff --git a/users/cosy_test/config/trb2/program_start.sh b/users/cosy_test/config/trb2/program_start.sh
new file mode 100755 (executable)
index 0000000..73f2292
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+echo "Programming FPGAs - START"
+#Start
+../../../tools/command_client.pl -e etraxp129 -c "jam_trbv2 --trb -aRUN_XILINX_PROC /home/hadaq/tof/fpga/20120305_tof.stapl "
+
+echo "Finished START"