Skip to content

Commit ffbea8f

Browse files
authored
Merge pull request #29 from BerkeleyLab/update_doc
Update testing document
2 parents c1f31ad + e7afc3a commit ffbea8f

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

818 Bytes
Binary file not shown.

docs/marble_test_guide/Marble_Test_Guide.tex

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,15 @@ \subsection{Software requirements}
7878
To perform all tests the following software is required:
7979
\begin{enumerate}
8080
\item Vivado 19.1.
81-
\item Serial port terminal.
81+
\item Serial port terminal. Example Miniterm, can be installed by: \begin{lstlisting}[backgroundcolor = \color{Gainsboro}, language=bash, frame=none]]
82+
$ sudo apt-get install python3-serial
83+
\end{lstlisting}
84+
\item OpenOCD, can be installed by:
85+
\begin{lstlisting}[backgroundcolor = \color{Gainsboro}, language=bash, frame=none]]
86+
$ sudo apt-get install openocd
87+
\end{lstlisting}
88+
89+
8290
\end{enumerate}
8391

8492
\section{Power connection}
@@ -94,7 +102,7 @@ \section{Power connection}
94102
\end{leftbar}
95103

96104
If the resistance is correct, connect the main power. For this purpose, the current limitation on the power supply should be set to 100mA and the voltage to 12V. \textbf{Make sure that the current limit of the laboratory power supply is on.} Now the power cable can be connected to the board and the used laboratory power supply channel can be switched on.
97-
This should result in the \textit{12V} LED lighting up as shown on Figure \ref{02}. Now it is recommended to go to section \nameref{microcontroller}.
105+
This should result in the \textit{3.3V} and \textit{12V} LEDs lighting up as shown on Figure \ref{02}. Now it is recommended to go to section \nameref{microcontroller}.
98106
\begin{figure}[H]
99107
\begin{center}
100108
\includegraphics[width=0.8\linewidth, angle = 180]{xrpoff.png}
@@ -120,7 +128,7 @@ \section{Microcontroller programing}
120128
\item Go to the main folder of the downloaded repository.
121129
\item From the command line, run the following:
122130
\begin{lstlisting}[backgroundcolor = \color{Gainsboro}, language=bash, frame=none]]
123-
$ make download
131+
$ make marble_download
124132
\end{lstlisting}
125133
\end{enumerate}
126134
\item After successful programming, a menu in the serial terminal should appear and LEDs (LD15, LD11, LD12) should blink.
@@ -146,8 +154,8 @@ \section{Power Supply programing}
146154
\item \textbf{TP12 (GND)} and \textbf{TP6 (+1V5)}.
147155
\item \textbf{TP12 (GND)} and \textbf{TP4 (+1V2)}.
148156
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3)}.
149-
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3USB)}.
150-
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3P)}.
157+
\item \textbf{TP12 (GND)} and \textbf{TP15 (+3V3USB)}.
158+
\item \textbf{TP12 (GND)} and \textbf{TP14 (+3V3P)}.
151159
\item \textbf{TP12 (GND)} and \textbf{TP5 (+1V05)}.
152160
\end{enumerate}
153161

@@ -175,8 +183,8 @@ \section{Power Supply programing}
175183
\item \textbf{TP12 (GND)} and \textbf{TP6 (+1V5)} - expected voltage: +1.5V.
176184
\item \textbf{TP12 (GND)} and \textbf{TP4 (+1V2)} - expected voltage: +1.2V.
177185
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3)} - expected voltage: +3.3V.
178-
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3USB)} - expected voltage: +3.3V.
179-
\item \textbf{TP12 (GND)} and \textbf{TP11 (+3V3P)} - expected voltage: +3.3V.
186+
\item \textbf{TP12 (GND)} and \textbf{TP15 (+3V3USB)} - expected voltage: +3.3V.
187+
\item \textbf{TP12 (GND)} and \textbf{TP14 (+3V3P)} - expected voltage: +3.3V.
180188
\item \textbf{TP12 (GND)} and \textbf{TP5 (+1V05)} - expected voltage: +1.05V.
181189
\end{enumerate}
182190
\end{enumerate}

0 commit comments

Comments
 (0)