X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Ftutorial%2Ftutorial.tex;h=21bd13a570abf0553a919a42366df03d86a5c50f;hb=a16119986799a922673820518b3f6257cf7b5042;hp=81605e26c227cfecdec93de668a68adc0042f143;hpb=840f5e48210a6b212eda8cf67a03dfeffd886172;p=fw%2Fstlink 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}