From 3f9f7de7b0dc57e435d90ebde2bccf31bf4f0270 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Tue, 27 Jan 2015 22:43:11 +0300 Subject: [PATCH] README: mention "transport select" in quickstart section Change-Id: I027635c3c8632efcf58cf979b9cb2f99e9e7f046 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2512 Tested-by: jenkins Reviewed-by: Uwe Bonnes Reviewed-by: Spencer Oliver --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index a641feec19..6a32c9e715 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. -- 2.30.2