From: Ash Charles Date: Thu, 17 Apr 2014 00:32:23 +0000 (-0700) Subject: Add support for Gumstix AeroCore device X-Git-Tag: v0.9.0-rc1~423 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=66c6665288402ef8463e844f8873b2c8d3a9949d;hp=8fa67bd57dba0f43ead29fe26d10044b24023649 Add support for Gumstix AeroCore device The Gumstix AeroCore board [1] contains a STM32F427 microcontroller. Schematics for this board will also be made available [2]. The JTAG interface for this chip can be accessed via a USB connection provided by an FTDI chip (0403:6011). [1] https://store.gumstix.com/index.php/products/585/ [2] https://pubs.gumstix.com/boards/AEROCORE Change-Id: I0bf3bb525f51528bedd807b1f7210b09ef2e1015 Signed-off-by: Ash Charles Reviewed-on: http://openocd.zylin.com/2117 Reviewed-by: Paul Fertser Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/board/gumstix-aerocore.cfg b/tcl/board/gumstix-aerocore.cfg new file mode 100644 index 0000000000..ba217c0431 --- /dev/null +++ b/tcl/board/gumstix-aerocore.cfg @@ -0,0 +1,10 @@ +# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on +# the first interface of a Quad FTDI chip. nTRST is bit 4. +interface ftdi +ftdi_vid_pid 0x0403 0x6011 + +ftdi_layout_init 0x0000 0x001b +ftdi_layout_signal nTRST -data 0x0010 + +source [find target/stm32f4x.cfg] +reset_config trst_only