This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2512

-- gerrit

commit dbed6ad163e4a90dc93f4e0a785aff91974f3c0d
Author: Paul Fertser <fercer...@gmail.com>
Date:   Tue Jan 27 22:43:11 2015 +0300

    README: mention "transport select" in quickstart section
    
    Change-Id: I027635c3c8632efcf58cf979b9cb2f99e9e7f046
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/README b/README
index 645ff65..0ffb222 100644
--- a/README
+++ b/README
@@ -39,7 +39,11 @@ If you are connecting a particular adapter with some 
specific target,
 you need to source both the jtag interface and the target configs,
 e.g.:
 
-  openocd -f interface/ftdi/jtagkey2.cfg -f target/ti_calypso.cfg
+  openocd -f interface/ftdi/jtagkey2.cfg -c "transport select jtag" \
+          -f target/ti_calypso.cfg
+
+  openocd -f interface/stlink-v2-1.cfg -c "transport select hla_swd" \
+          -f target/stm32l0.cfg
 
 NB: when using an FTDI-based adapter you should prefer configs in the
 ftdi directory; the old configs for the ft2232 are deprecated.

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to