From f0d10751fa83d1c629b3c75abc5f24d5b66a8d1d Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 13 Mar 2015 19:56:11 -0500 Subject: [PATCH] tcl: board: ti_am43xx_evm: follow xds100v2 requirements xds100v2 asks us to call these three commands to guarantee proper behavior, so do it. Change-Id: Iecf9c148ce7c2082ef915b46eeb511ceea395cc3 Signed-off-by: Felipe Balbi Reviewed-on: http://openocd.zylin.com/2613 Tested-by: jenkins Reviewed-by: Tom Rini Reviewed-by: Paul Fertser --- tcl/board/ti_am43xx_evm.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tcl/board/ti_am43xx_evm.cfg b/tcl/board/ti_am43xx_evm.cfg index 3255e269f0..0a76ebb677 100644 --- a/tcl/board/ti_am43xx_evm.cfg +++ b/tcl/board/ti_am43xx_evm.cfg @@ -9,3 +9,7 @@ adapter_khz 16000 source [find target/am437x.cfg] reset_config trst_and_srst + +init +ftdi_set_signal PWR_RST 1 +jtag arp_init -- 2.30.2