2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2014-04-16 19:32:23 -05:00
|
|
|
# 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.
|
2019-08-23 08:49:58 -05:00
|
|
|
adapter driver ftdi
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi vid_pid 0x0403 0x6011
|
2014-04-16 19:32:23 -05:00
|
|
|
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi layout_init 0x0000 0x001b
|
|
|
|
ftdi layout_signal nTRST -data 0x0010
|
2014-04-16 19:32:23 -05:00
|
|
|
|
|
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
reset_config trst_only
|