mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-24 05:05:06 +10:00
xds100v2 asks us to call these three commands to guarantee proper behavior, so do it. Change-Id: Iecf9c148ce7c2082ef915b46eeb511ceea395cc3 Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-on: http://openocd.zylin.com/2613 Tested-by: jenkins Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
16 lines
294 B
INI
16 lines
294 B
INI
# Works on both AM437x GP EVM and AM438x ePOS EVM
|
|
|
|
# The JTAG interface is built directly on the board.
|
|
source [find interface/ftdi/xds100v2.cfg]
|
|
|
|
transport select jtag
|
|
adapter_khz 16000
|
|
|
|
source [find target/am437x.cfg]
|
|
|
|
reset_config trst_and_srst
|
|
|
|
init
|
|
ftdi_set_signal PWR_RST 1
|
|
jtag arp_init
|