openocd/tcl/board/ti_am437x_idk.cfg
Felipe Balbi e4848fe043 board: ti_am437x_idk: default to 1000kHz
16000kHz is only safe after PLLs have been locked
properly. Until that's done (with reset init), we
can only safely run at 1000kHz.

Change-Id: I4e0a17e88aa9919cd6c34d44da68e23115c0d3a3
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-on: http://openocd.zylin.com/3015
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
2015-11-13 06:59:12 +00:00

17 lines
367 B
INI

# Texas Instruments AM437x Industrial Development Kit
# The JTAG interface is built directly on the board.
source [find interface/ftdi/xds100v2.cfg]
transport select jtag
adapter_khz 1000
source [find target/am437x.cfg]
$_TARGETNAME configure -event reset-init { init_platform 0x61a11b32 }
reset_config trst_and_srst
init
ftdi_set_signal PWR_RST 1
jtag arp_init