This is an automated email from Gerrit. Andreas Fritiofson ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3671
-- gerrit commit 5d762f399e23e0fa7d274f533181a215a0059687 Author: Andreas Fritiofson <[email protected]> Date: Sun Aug 14 15:10:32 2016 +0200 ti-icdi: Force hla_jtag transport in config TI ICDI firmware only supports JTAG but SWD is selected by default. Change-Id: I79f2bd421cc5cd395add32d289825f8a61f951db Signed-off-by: Andreas Fritiofson <[email protected]> diff --git a/tcl/interface/ti-icdi.cfg b/tcl/interface/ti-icdi.cfg index 0fc3a9b..3590d95 100644 --- a/tcl/interface/ti-icdi.cfg +++ b/tcl/interface/ti-icdi.cfg @@ -11,3 +11,5 @@ interface hla hla_layout ti-icdi hla_vid_pid 0x1cbe 0x00fd +# The driver only supports JTAG transport as of now +transport select hla_jtag -- ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
