From: Fabien Le Mentec Date: Sat, 15 Oct 2011 22:25:11 +0000 (-0500) Subject: [update] documentation, libsg2 dependency X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a16119986799a922673820518b3f6257cf7b5042;p=fw%2Fstlink [update] documentation, libsg2 dependency --- diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index d49aa96..bcc9065 100644 Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index 81605e2..21bd13a 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -52,8 +52,16 @@ STLINK is an opensource software to program and debug the discovery kits. Those kits have an onboard chip that translates USB commands sent by the host PC into JTAG commands. This chip is called STLINK, which is confusing since the software has the same name. It comes into 2 versions (STLINK v1 and v2). From a software -point of view, those version differ only in the transport layer used to communicate +point of view, those versions differ only in the transport layer used to communicate (v1 uses SCSI passthru commands, while v2 uses raw USB). + +\paragraph{} +Before continuing, the following dependencies are required: +\begin{itemize} +\item libusb-1.0 +\item libsg2 +\end{itemize} + \paragraph{} The STLINK software source code is retrieved using:\\ \begin{small}