X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=README;h=6a32c9e715d3a586314bd297af60ce40fb7c8421;hp=a641feec1902f603201a32fdf7f7325a00dcf9c4;hb=3f9f7de7b0dc57e435d90ebde2bccf31bf4f0270;hpb=c8d351b1bf592046cef7dc48d84eb10a1ba93993 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.