mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
updated install
This commit is contained in:
118
slsDetectorInstall/MYTHEN_On_board_Software.html
Normal file
118
slsDetectorInstall/MYTHEN_On_board_Software.html
Normal file
@ -0,0 +1,118 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2012 (1.2)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>MYTHEN On-board Software</TITLE>
|
||||
<META NAME="description" CONTENT="MYTHEN On-board Software">
|
||||
<META NAME="keywords" CONTENT="slsDetectorInstall">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2012">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="slsDetectorInstall.css">
|
||||
|
||||
<LINK REL="previous" HREF="MYTHEN_Firmware.html">
|
||||
<LINK REL="up" HREF="MYTHEN.html">
|
||||
<LINK REL="next" HREF="GOTTHARD.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html325"
|
||||
HREF="GOTTHARD.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html321"
|
||||
HREF="MYTHEN.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html317"
|
||||
HREF="MYTHEN_Firmware.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||||
<A NAME="tex2html323"
|
||||
HREF="Contents.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html326"
|
||||
HREF="GOTTHARD.html">GOTTHARD</A>
|
||||
<B> Up:</B> <A NAME="tex2html322"
|
||||
HREF="MYTHEN.html">MYTHEN</A>
|
||||
<B> Previous:</B> <A NAME="tex2html318"
|
||||
HREF="MYTHEN_Firmware.html">MYTHEN Firmware</A>
|
||||
<B> <A NAME="tex2html324"
|
||||
HREF="Contents.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION00051200000000000000">
|
||||
MYTHEN On-board Software</A>
|
||||
</H3>
|
||||
|
||||
<OL>
|
||||
<LI>Connect to the board using telnet:
|
||||
<PRE>
|
||||
telnet mymcs.mydomain.com
|
||||
username: root
|
||||
password: pass
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Kill currently running servers and ensure <code>/mnt/flash/root</code> exists.
|
||||
<PRE>
|
||||
killall mythenDetectorServer
|
||||
ls /mnt/flash/root
|
||||
#if the directory does not exist mkdir /mnt/flash/root
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Transfer the provided software by ftp to the MCS.
|
||||
<PRE>
|
||||
ftp mymcs.mydomain.com
|
||||
username: root
|
||||
password: pass
|
||||
cd /mnt/flash/root
|
||||
put mythenDetectorServer
|
||||
quit
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>After pressing reset on the board, the board should reboot.
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>If the program does not correctly start
|
||||
|
||||
<OL>
|
||||
<LI>Check by using the http interface that it is started by the inittab
|
||||
(check that the file <code>/mnt/etc/inittab</code> ends with the line
|
||||
<BR><code>myid2:3:once:/mnt/flash/root/mythenDetectorServer</code>).
|
||||
</LI>
|
||||
<LI>If program has not started, make the program executable by telnetting to
|
||||
the MCS and executing:
|
||||
<BR><code>chmod a+xrw /mnt/flash/root/mythenDetectorServer</code>
|
||||
</LI>
|
||||
<LI>After pressing reset on the board, the board should reboot and the
|
||||
acqusition program correctly start.
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Thattil Dhanya
|
||||
2019-04-08
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user