- Connect to the board using telnet:
telnet mymcs.mydomain.com
username: root
password: pass
- Kill currently running servers and ensure
/mnt/flash/root
exists.
killall mythenDetectorServer
ls /mnt/flash/root
#if the directory does not exist mkdir /mnt/flash/root
- Transfer the provided software by ftp to the MCS.
ftp mymcs.mydomain.com
username: root
password: pass
cd /mnt/flash/root
put mythenDetectorServer
quit
- After pressing reset on the board, the board should reboot.
- If the program does not correctly start
- Check by using the http interface that it is started by the inittab
(check that the file
/mnt/etc/inittab
ends with the line
myid2:3:once:/mnt/flash/root/mythenDetectorServer
).
- If program has not started, make the program executable by telnetting to
the MCS and executing:
chmod a+xrw /mnt/flash/root/mythenDetectorServer
- After pressing reset on the board, the board should reboot and the
acqusition program correctly start.