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