Next: EIGER
Up: GOTTHARD
Previous: GOTTHARD Firmware
Contents
Every SLS Detector package release will have its coresponding matching on-board
server under slsDetectorPackage/serverBin.
- Install tftp if the pc does not have it.
- Copy the server from serverBin folder to /tftpboot (or equivalent tftp
folder) of the pc
- Copy the server to the detector by:
- Connect to the blackfin on the detector
telnet bchipxxx
- Prevent existing on-board server from respawning by:
- Edit
/etc/inittab
- Comment out the line
#ttyS0::respawn:/gotthardDetectorServervxxx
- Reboot blackfin using
reboot
- Run
ps
to ensure no gotthardDetectorServers are running
- Copy new on-board server from pc to the blackfin using:
tftp pcxxx -r gotthardDetectorServerxxx -g
- Respawn the new server (server starts at detector statup):
- Edit
/etc/inittab
- Uncomment out the line
ttyS0::respawn:/gotthardDetectorServervxxx
- Reboot blackfin using
reboot
- Run
ps
to ensure that both the gotthardDetectorServers are
running.
gotthardDetectorServerxxx
gotthardDetectorServerxxx 1953
Thattil Dhanya
2019-04-08