Commit 4569e41b authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

doc: Small wording changes and additions in PTS setup guide

parent 3b1e9930
...@@ -201,11 +201,12 @@ the details in the next section to test our system and network was properly inst ...@@ -201,11 +201,12 @@ the details in the next section to test our system and network was properly inst
\end{verbatim} \end{verbatim}
\item If the prompt appears as above, the setup is fine. Now we need to disable the telnet ping \item If the prompt appears as above, the setup is fine. Now we need to disable the telnet ping
that the SysMon does, so it doesn't get in the way of our Python scripts, which use Telnet that the SysMon does, so it doesn't get in the way of our Python scripts, which use Telnet
to talk to the CONV-TTL-RS485 FPGA: to talk to the CONV-TTL-RS485 FPGA. Run the following commands in the Telnet prompt of the ELMA
crate:
\begin{verbatim} \begin{verbatim}
%> telnetping 0 telnetping 0
%> saveenv saveenv
%> reboot reboot
\end{verbatim} \end{verbatim}
\item This last command will reboot the SysMon to store the telnetping settings, so the connection to the \item This last command will reboot the SysMon to store the telnetping settings, so the connection to the
ELMA will be lost. This is an expected behaviour and should not get in our way. Simply reconnect ELMA will be lost. This is an expected behaviour and should not get in our way. Simply reconnect
...@@ -294,8 +295,9 @@ See Appendix~\ref{app:build} for details on the second. ...@@ -294,8 +295,9 @@ See Appendix~\ref{app:build} for details on the second.
\item \textbf{New password: } pts-user \item \textbf{New password: } pts-user
\end{itemize} \end{itemize}
\item Log in to the new \verb=conv-ttl-rs485= user account \item Log in to the new \verb=conv-ttl-rs485= user account
\item Open up a terminal window here, and copy \item Unlock all items except Nautilus from the launcher bar on the left side of the screen
the desktop shortcuts from the extracted PTS tarball to this user's desktop: \item Open up a terminal window, and copy the desktop shortcuts from the extracted PTS tarball
to this user's desktop:
\begin{verbatim} \begin{verbatim}
cd ~/Desktop/ cd ~/Desktop/
cp /home/pts/ubuntu/t485/config/*.desktop . cp /home/pts/ubuntu/t485/config/*.desktop .
......
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