This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/433

-- gerrit

commit 694a44e87b618d0db87ebc19b047bf0f1eb4db5d
Author: Spencer Oliver <[email protected]>
Date:   Mon Feb 6 14:54:00 2012 +0000

    docs: add original stlink (STLINK-V1) usage note
    
    Add a note to the docs about the original stlink being broken under linux.
    
    Change-Id: Ib440d78e5c7d31eeace99f611a76fcf701bfb8bc
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 824e744..7bfad9b 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -434,6 +434,14 @@ They only works with ST Micro chips, notably STM32 and 
STM8.
 @* Link: @url{http://www.st.com/internet/evalboard/product/251168.jsp}
 @end itemize
 
+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:
+@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
+@end itemize
+
 @section USB Other
 @itemize @bullet
 @item @b{USBprog}

-- 

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to