Commit 76b7c305 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

doc: Small changes to setup guide

parent 385f6209
...@@ -3,7 +3,6 @@ FILE=setup ...@@ -3,7 +3,6 @@ FILE=setup
all: all:
$(MAKE) -C fig $(MAKE) -C fig
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
bibtex $(FILE).aux
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex pdflatex -synctex=1 -interaction=nonstopmode $(FILE).tex *.tex
evince $(FILE).pdf & evince $(FILE).pdf &
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
\noindent \rule{\textwidth}{.1cm} \noindent \rule{\textwidth}{.1cm}
\hfill January 13, 2015 \hfill January 15, 2015
\vspace*{3cm} \vspace*{3cm}
......
...@@ -77,7 +77,7 @@ work, see \\ ...@@ -77,7 +77,7 @@ work, see \\
\hline \hline
\multicolumn{1}{c}{\textbf{Date}} & \multicolumn{1}{c}{\textbf{Version}} & \multicolumn{1}{c}{\textbf{Change}} \\ \multicolumn{1}{c}{\textbf{Date}} & \multicolumn{1}{c}{\textbf{Version}} & \multicolumn{1}{c}{\textbf{Change}} \\
\hline \hline
13-01-2015 & 0.1 & First draft \\ 15-01-2015 & 0.1 & First draft \\
\hline \hline
\end{tabular} \end{tabular}
} }
...@@ -125,8 +125,8 @@ to these cables so that the FM can drive the tester card to perform the tests. ...@@ -125,8 +125,8 @@ to these cables so that the FM can drive the tester card to perform the tests.
The following equipment is needed: The following equipment is needed:
\begin{itemize} \begin{itemize}
\item hexalobular and crossed screwdrivers
\item 4x 6~ns Lemo 00 cables \item 4x 6~ns Lemo 00 cables
\item 8x 1~ns Lemo 00 cables
\item 4x Lemo 00 T splitters \item 4x Lemo 00 T splitters
\item 4x Lemo 00 female-to-female adapters \item 4x Lemo 00 female-to-female adapters
\item colored cable labels of the following colors: \item colored cable labels of the following colors:
...@@ -268,7 +268,7 @@ See Appendix~\ref{app:build} for details on the second. ...@@ -268,7 +268,7 @@ See Appendix~\ref{app:build} for details on the second.
to the home folder of the \verb=pts= user and extract the archive: to the home folder of the \verb=pts= user and extract the archive:
\begin{verbatim} \begin{verbatim}
cd ~ cd ~
wget http://www.ohwr.org/attachments/download/3771/ubuntu.tar.gz wget http://www.ohwr.org/attachments/download/3776/ubuntu.tar.gz
tar xzvf ubuntu.tar.gz tar xzvf ubuntu.tar.gz
\end{verbatim} \end{verbatim}
Note that you can also copy the archive from a USB stick instead of downloading it from OHWR. Note that you can also copy the archive from a USB stick instead of downloading it from OHWR.
...@@ -333,7 +333,7 @@ See Appendix~\ref{app:build} for details on the second. ...@@ -333,7 +333,7 @@ See Appendix~\ref{app:build} for details on the second.
cd ~/Desktop/ cd ~/Desktop/
cp /home/pts/ubuntu/t485/config/*.desktop . cp /home/pts/ubuntu/t485/config/*.desktop .
\end{verbatim} \end{verbatim}
\item Right-click on the terminal window and click \textbf{Lock to Launcher} \item Right-click on the terminal icon in the launcher bar at the left and click \textbf{Lock to Launcher}
\item Close the terminal window \item Close the terminal window
\item Unlock all items except the folder navigator and the terminal from the launcher bar on the \item Unlock all items except the folder navigator and the terminal from the launcher bar on the
left side of the screen (right click the item and select \textbf{Unlock from Launcher}) left side of the screen (right click the item and select \textbf{Unlock from Launcher})
...@@ -371,8 +371,7 @@ builds up a folder structure for the PTS as the designer wants it. The \verb=mak ...@@ -371,8 +371,7 @@ builds up a folder structure for the PTS as the designer wants it. The \verb=mak
options for the PTS are: options for the PTS are:
\begin{itemize} \begin{itemize}
\item \textbf{BOARD} -- in the case of converter boards, it is the board ID~\cite{board-id}; this \item \textbf{BOARD} -- this option specifies the starting string of the PTS log files (in the
option also specifies what is the starting string of the PTS log files (in the
case of CONV-TTL-RS485: \verb=t485-*.log=, \verb=t485-*.inf= ) case of CONV-TTL-RS485: \verb=t485-*.log=, \verb=t485-*.inf= )
\item \textbf{ELMAIP} -- the IP or hostname of the ELMA crate the PTS is built for \item \textbf{ELMAIP} -- the IP or hostname of the ELMA crate the PTS is built for
\item \textbf{ELMAPWD} -- the password for the admin account of the ELMA crate \item \textbf{ELMAPWD} -- the password for the admin account of the ELMA crate
...@@ -380,8 +379,8 @@ options for the PTS are: ...@@ -380,8 +379,8 @@ options for the PTS are:
\item \textbf{ELMASLOT} -- the slot number where the CONT-TTL-RS485 card is placed during testing \item \textbf{ELMASLOT} -- the slot number where the CONT-TTL-RS485 card is placed during testing
\end{itemize} \end{itemize}
As an example, the PTS folder structure for the CONV-TTL-RS485 was built using the following As an example, the PTS folder structure for the CONV-TTL-RS485 downloaded in Section~\ref{sec:environment} was
command: built using the following command:
\begin{verbatim} \begin{verbatim}
make ELMAIP=elma ELMAPWD=ADMIN ELMASLOT=5 make ELMAIP=elma ELMAPWD=ADMIN ELMASLOT=5
...@@ -413,9 +412,5 @@ that should be copied to the test system as described in Section~\ref{sec:enviro ...@@ -413,9 +412,5 @@ that should be copied to the test system as described in Section~\ref{sec:enviro
%============================================================================== %==============================================================================
\end{appendices} \end{appendices}
%============================================================================== %==============================================================================
\pagebreak
\bibliographystyle{ieeetr}
\bibliography{setup}
\addcontentsline{toc}{section}{References}
\end{document} \end{document}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment