next up previous contents
Next: GOTTHARD Up: MYTHEN Previous: MYTHEN Firmware   Contents

MYTHEN On-board Software

  1. Connect to the board using telnet:
    telnet  mymcs.mydomain.com
    username: root
    password: pass
    
  2. 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
    
  3. Transfer the provided software by ftp to the MCS.
    ftp  mymcs.mydomain.com
    username: root
    password: pass
    cd /mnt/flash/root
    put mythenDetectorServer
    quit
    

  4. After pressing reset on the board, the board should reboot.

  5. If the program does not correctly start
    1. 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).
    2. If program has not started, make the program executable by telnetting to the MCS and executing:
      chmod a+xrw /mnt/flash/root/mythenDetectorServer
    3. After pressing reset on the board, the board should reboot and the acqusition program correctly start.



Thattil Dhanya 2019-04-08