Commit ca007ca1 authored by Maciej Sumiński's avatar Maciej Sumiński Committed by Projects

doc/gw-test-procedure: update version numbers in commands and sample texts

parent 5c693845
......@@ -537,11 +537,11 @@ Gateware version : v3.1 (0x31)
\end{verbatim}
\item Change directories to the \verb=multiboot= folder and download the binary file
for remote reprogramming for the latest release on OHWR to a new \verb=bin/= sub-directory.
For example, downloading gateware v3.0 would run like this:
For example, downloading gateware v4.0 would run like this:
\begin{verbatim}
cd ../multiboot/
mkdir bin
wget http://cern.ch/go/D9G8 -O bin/conv_ttl_blo-v3.0.bin
wget http://cern.ch/go/FIXME -O bin/conv_ttl_blo-v4.0.bin
\end{verbatim}
\item Run the \verb=multiboot.py= script to download the bitstream to the flash
and issue the reprogramming command at the end (note that downloading will take
......@@ -558,10 +558,10 @@ Read from flash? (y/n) n
Write to flash? (y/n) y
Are you sure? (y/n) y
Which gateware would you like to program?
0 -> conv_ttl_blo-v3.0.bin
0 -> conv_ttl_blo-v4.0.bin
Enter your choice : 0
Selected gateware: conv_ttl_blo-v3.0.bin
Selected gateware: conv_ttl_blo-v4.0.bin
Is this okay? (y/n) y
Issue IPROG? (y/n) y
......@@ -583,9 +583,9 @@ IPROG successful!
$ cd ../diag/
$ ./getsr.py
[...]
Status register : 0x00118030
Status register : 0x0011c040
===============================
Gateware version : v3.0 (0x30)
Gateware version : v4.0 (0x40)
[...]
\end{verbatim}
\end{enumerate}
......
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