next up previous contents
Next: JUNGFRAU Up: EIGER Previous: EIGER Firmware   Contents

EIGER On-board Software

Every SLS Detector package release will have its coresponding matching on-board server under slsDetectorPackage/serverBin.

Update the on-board software without connecting to the detector

#password for the boards: root

#Kill existing servers that are running on the detector
ssh root@beb031 killall eigerDetectorServer;

#Copy on-board server to detector inside executables folder
scp ~/path-where-it-is/eigerDetectorServerxxx root@bebxxx:~/executables;

#Overwrite the actual eigerDetectorServer on board
scp ~/path-where-it-is/eigerDetectorServerxxx
root@bebxxx:~/executables/eigerDetectorServer;

#sync
ssh root@bebxxx sync; 

#reboot the eiger board


One can connect to the detector by:

ssh root@bebxxx
password: root

The on-board server is in /executables folder and respawned at startup in
/etc/rc5.d/S50board_com.sh



Thattil Dhanya 2019-04-08