mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
updated install
This commit is contained in:
124
slsDetectorInstall/GOTTHARD_On_board_Software.html
Normal file
124
slsDetectorInstall/GOTTHARD_On_board_Software.html
Normal file
@ -0,0 +1,124 @@
|
||||
<!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>GOTTHARD On-board Software</TITLE>
|
||||
<META NAME="description" CONTENT="GOTTHARD 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="GOTTHARD_Firmware.html">
|
||||
<LINK REL="up" HREF="GOTTHARD.html">
|
||||
<LINK REL="next" HREF="EIGER.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html361"
|
||||
HREF="EIGER.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html357"
|
||||
HREF="GOTTHARD.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html353"
|
||||
HREF="GOTTHARD_Firmware.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||||
<A NAME="tex2html359"
|
||||
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="tex2html362"
|
||||
HREF="EIGER.html">EIGER</A>
|
||||
<B> Up:</B> <A NAME="tex2html358"
|
||||
HREF="GOTTHARD.html">GOTTHARD</A>
|
||||
<B> Previous:</B> <A NAME="tex2html354"
|
||||
HREF="GOTTHARD_Firmware.html">GOTTHARD Firmware</A>
|
||||
<B> <A NAME="tex2html360"
|
||||
HREF="Contents.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION00052200000000000000">
|
||||
GOTTHARD On-board Software</A>
|
||||
</H3>
|
||||
Every SLS Detector package release will have its coresponding matching on-board
|
||||
server under <B>slsDetectorPackage/serverBin</B>.
|
||||
|
||||
<P>
|
||||
|
||||
<OL>
|
||||
<LI>Install tftp if the pc does not have it.
|
||||
</LI>
|
||||
<LI>Copy the server from serverBin folder to /tftpboot (or equivalent tftp
|
||||
folder) of the pc
|
||||
</LI>
|
||||
<LI>Copy the server to the detector by:
|
||||
|
||||
<OL>
|
||||
<LI>Connect to the blackfin on the detector
|
||||
<BR><code>telnet bchipxxx</code>
|
||||
</LI>
|
||||
<LI>Prevent existing on-board server from respawning by:
|
||||
|
||||
<OL>
|
||||
<LI>Edit <code>/etc/inittab</code>
|
||||
</LI>
|
||||
<LI>Comment out the line
|
||||
<code>#ttyS0::respawn:/gotthardDetectorServervxxx</code>
|
||||
</LI>
|
||||
<LI>Reboot blackfin using <code>reboot</code>
|
||||
</LI>
|
||||
<LI>Run <code>ps</code> to ensure no gotthardDetectorServers are running
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
</LI>
|
||||
<LI>Copy new on-board server from pc to the blackfin using:
|
||||
<BR><code>tftp pcxxx -r gotthardDetectorServerxxx -g</code>
|
||||
</LI>
|
||||
<LI>Respawn the new server (server starts at detector statup):
|
||||
|
||||
<OL>
|
||||
<LI>Edit <code>/etc/inittab</code>
|
||||
</LI>
|
||||
<LI>Uncomment out the line
|
||||
<code>ttyS0::respawn:/gotthardDetectorServervxxx</code>
|
||||
</LI>
|
||||
<LI>Reboot blackfin using <code>reboot</code>
|
||||
</LI>
|
||||
<LI>Run <code>ps</code> to ensure that both the gotthardDetectorServers are
|
||||
running.
|
||||
<BR><code>gotthardDetectorServerxxx</code>
|
||||
<BR><code>gotthardDetectorServerxxx 1953</code>
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
</LI>
|
||||
</OL>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Thattil Dhanya
|
||||
2019-04-08
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user