From: Øyvind H. <go...@us...> - 2010-08-19 16:09:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 5c98e063b9827ec96194375f383a54cdff31883f (commit) from 2c4ef30b11f459028c20185f41320e856db8c3a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5c98e063b9827ec96194375f383a54cdff31883f Author: Ãyvind Harboe <oyv...@zy...> Date: Thu Aug 19 16:06:45 2010 +0200 imx35pdk: fix clock and reset delays Use rclk and 100ms delay on ntrst Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/tcl/board/imx35pdk.cfg b/tcl/board/imx35pdk.cfg index e5891c8..73fa633 100644 --- a/tcl/board/imx35pdk.cfg +++ b/tcl/board/imx35pdk.cfg @@ -3,6 +3,10 @@ source [find target/imx35.cfg] source [find target/imx.cfg] $_TARGETNAME configure -event reset-init { imx35pdk_init } +# Stick to *really* low clock rate or reset will fail +# without RTCK / RCLK +jtag_rclk 10 + proc imx35pdk_init { } { imx3x_reset diff --git a/tcl/target/imx35.cfg b/tcl/target/imx35.cfg index d47abdc..30cb386 100644 --- a/tcl/target/imx35.cfg +++ b/tcl/target/imx35.cfg @@ -2,6 +2,7 @@ # reset_config trst_and_srst srst_gates_jtag +jtag_ntrst_delay 100 if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME ----------------------------------------------------------------------- Summary of changes: tcl/board/imx35pdk.cfg | 4 ++++ tcl/target/imx35.cfg | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |