From 1f087495b3a1c93a10f6c6d359b2172d3c9cdde5 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Fri, 12 Apr 2013 09:35:28 +0200 Subject: [PATCH] users/mainz: Added personal setup.sh --- users/mainz_kph_a2/setup.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/users/mainz_kph_a2/setup.sh b/users/mainz_kph_a2/setup.sh index 428fd3e..a10ce74 100755 --- a/users/mainz_kph_a2/setup.sh +++ b/users/mainz_kph_a2/setup.sh @@ -1,5 +1,8 @@ #!/bin/sh -export PATH=${HOME}/trbsoft/daqdata/bin:${HOME}/trbsoft/trbnettools/binlocal:${PATH} +# PATH should already be marked as exported... +PATH=${HOME}/trbsoft/bin:${PATH} +PATH=${HOME}/trbsoft/daqdata/bin:${PATH} +PATH=${HOME}/trbsoft/trbnettools/binlocal:${PATH} export TRB3_SERVER=trb019 export DAQOPSERVER=localhost:0 @@ -39,9 +42,12 @@ trbcmd w 0x8000 0x830b 0x7 trbcmd w 0x8000 0x830d 0x0 #mac address of the EB -# 14:fe:b5:ec:10:9a -trbcmd w 0x8000 0x8100 0xb5ec109a # lower 4 bytes -trbcmd w 0x8000 0x8101 0x14fe #upper byte +# 14:fe:b5:ec:10:9a (normandy) +#trbcmd w 0x8000 0x8100 0xb5ec109a # lower 4 bytes +#trbcmd w 0x8000 0x8101 0x14fe # upper byte +# 00:19:b9:0a:ad:e2 (a2trb) +trbcmd w 0x8000 0x8100 0xb90aade2 # lower 4 bytes +trbcmd w 0x8000 0x8101 0x0019 # upper byte # destination port and source IP and so on trbcmd w 0x8000 0x8102 0xc0a80101 -- 2.43.0