UserGuide: Fixing two typos.
In Section 2.7 USB ST-LINK based made these two changes: "they only works with" to "they only work with" "following method's" to "following methods" Change-Id: Idfe6c11c3fa6f2157d01697cd7f480a9d495c8e2 Signed-off-by: Bill Traynor <wmat@alphatroop.com> Reviewed-on: http://openocd.zylin.com/590 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
26f1354eda
commit
fa39842d28
|
@ -426,7 +426,7 @@ Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form o
|
|||
|
||||
@section USB ST-LINK based
|
||||
ST Micro has an adapter called @b{ST-LINK}.
|
||||
They only works with ST Micro chips, notably STM32 and STM8.
|
||||
They only work with ST Micro chips, notably STM32 and STM8.
|
||||
|
||||
@itemize @bullet
|
||||
@item @b{ST-LINK}
|
||||
|
@ -439,7 +439,7 @@ They only works with ST Micro chips, notably STM32 and STM8.
|
|||
|
||||
For info the original ST-LINK enumerates using the mass storage usb class, however
|
||||
it's implementation is completely broken. The result is this causes issues under linux.
|
||||
The simplest solution is to get linux to ignore the ST-LINK using one of the following method's:
|
||||
The simplest solution is to get linux to ignore the ST-LINK using one of the following methods:
|
||||
@itemize @bullet
|
||||
@item modprobe -r usb-storage && modprobe usb-storage quirks=483:3744:i
|
||||
@item add "options usb-storage quirks=483:3744:i" to /etc/modprobe.conf
|
||||
|
|
Loading…
Reference in New Issue