mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
updated documentation
This commit is contained in:
122
docs/html/slsDetectorInstall/EIGER_Firmware.html
Normal file
122
docs/html/slsDetectorInstall/EIGER_Firmware.html
Normal file
@ -0,0 +1,122 @@
|
||||
<!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>EIGER Firmware</TITLE>
|
||||
<META NAME="description" CONTENT="EIGER Firmware">
|
||||
<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="next" HREF="EIGER_On_board_Software.html">
|
||||
<LINK REL="previous" HREF="EIGER.html">
|
||||
<LINK REL="up" HREF="EIGER.html">
|
||||
<LINK REL="next" HREF="EIGER_On_board_Software.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html387"
|
||||
HREF="EIGER_On_board_Software.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html383"
|
||||
HREF="EIGER.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html377"
|
||||
HREF="EIGER.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||||
<A NAME="tex2html385"
|
||||
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="tex2html388"
|
||||
HREF="EIGER_On_board_Software.html">EIGER On-board Software</A>
|
||||
<B> Up:</B> <A NAME="tex2html384"
|
||||
HREF="EIGER.html">EIGER</A>
|
||||
<B> Previous:</B> <A NAME="tex2html378"
|
||||
HREF="EIGER.html">EIGER</A>
|
||||
<B> <A NAME="tex2html386"
|
||||
HREF="Contents.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION00053100000000000000">
|
||||
EIGER Firmware</A>
|
||||
</H3>
|
||||
<I>For SLS Detector Package v4.0.0</I>
|
||||
<BR>
|
||||
Minimum compatible version: 22
|
||||
<BR>
|
||||
Latest version: 22
|
||||
<BR>
|
||||
<P>
|
||||
|
||||
<OL>
|
||||
<LI>One must get the latest package's corresponding bit files from the SLS
|
||||
Detector Group.
|
||||
</LI>
|
||||
<LI>If one does not have the bcp script, that should also be obtained from
|
||||
the SLS Detector Group. It is required to program the bit files and requires
|
||||
that tftp be installed on the pc.
|
||||
</LI>
|
||||
<LI>Bring the detector into programmable mode by either of the following ways.
|
||||
Both ways end up in just the central LED blinking.
|
||||
|
||||
<OL>
|
||||
<LI>hard reset on the back panel boards resulting in blinking LEDS
|
||||
</LI>
|
||||
<LI>by having the following program running in the background.
|
||||
<PRE>
|
||||
boot_recovery
|
||||
</PRE>
|
||||
</LI>
|
||||
</OL>
|
||||
</LI>
|
||||
<LI>Start a terminal for each half module and run the following to see
|
||||
progress.
|
||||
<PRE>
|
||||
nc -p 3000 -u bebxxx 3000
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Run the following to update firmware
|
||||
<PRE>
|
||||
#update back end fpga
|
||||
bcp download.bit bebxxx:/fw0
|
||||
|
||||
#update front left fpga
|
||||
bcp download.bit bebxxx:/febl
|
||||
|
||||
#update front right fpga
|
||||
bcp download.bit bebxxx:/febr
|
||||
|
||||
#update kernel
|
||||
bcp download.bit bebxxx:/kernel
|
||||
</PRE>
|
||||
Please update bit files with great caution as it could make your board
|
||||
inaccessible, if done incorrectly.
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Thattil Dhanya
|
||||
2019-04-08
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user