[update] documentation
authorFabien Le Mentec <texane@gmail.com>
Fri, 21 Oct 2011 07:59:05 +0000 (02:59 -0500)
committerFabien Le Mentec <texane@gmail.com>
Fri, 21 Oct 2011 07:59:05 +0000 (02:59 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index 012184772d60262beb589812a869ca48857dcfff..a237871313bd7c76ac47a532b0c53cae24ced02d 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index 2664db130b84644e971b484a5bead0f7136700b7..c0d90b3ba3f2b6713b92b723676ce4b6b889d955 100644 (file)
@@ -56,12 +56,15 @@ point of view, those versions differ only in the transport layer used to communi
 (v1 uses SCSI passthru commands, while v2 uses raw USB).
 
 \paragraph{}
-Before continuing, the following dependencies are required:
+Before continuing, the following dependencies must be met:
 \begin{itemize}
 \item libusb-1.0
-\item libsg2
+\item libsgutils2 (optionnal)
 \end{itemize}
 
+\paragraph{}
+STLINK should run on any system meeting the above constraints.
+
 \paragraph{}
 The STLINK software source code is retrieved using:\\
 \begin{small}
@@ -218,6 +221,17 @@ $> make
 \end{lstlisting}
 \end{small}
 
+\subsection{STM32VL support}
+\paragraph{}
+It seems support for STM32VL is quite broken. If it does not work, try build STLINK using libsg:
+\begin{small}
+\begin{lstlisting}[frame=tb]
+$> cd stlink.git
+$> make CONFIG_USE_LIBSG=1
+\end{lstlisting}
+\end{small}
+
+
 \newpage
 \section{References}
 \begin{itemize}