Skip to content
Snippets Groups Projects
Commit 3f9f7de7 authored by Paul Fertser's avatar Paul Fertser
Browse files

README: mention "transport select" in quickstart section


Change-Id: I027635c3c8632efcf58cf979b9cb2f99e9e7f046
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2512


Tested-by: jenkins
Reviewed-by: default avatarUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
parent c8d351b1
Branches
Tags
No related merge requests found
...@@ -39,7 +39,11 @@ If you are connecting a particular adapter with some specific target, ...@@ -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, you need to source both the jtag interface and the target configs,
e.g.: 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 NB: when using an FTDI-based adapter you should prefer configs in the
ftdi directory; the old configs for the ft2232 are deprecated. ftdi directory; the old configs for the ft2232 are deprecated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment