Browse Source

imx35pdk: fix clock and reset delays

Use rclk and 100ms delay on ntrst

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.5.0-rc1
Øyvind Harboe 13 years ago
parent
commit
5c98e063b9
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      tcl/board/imx35pdk.cfg
  2. +1
    -0
      tcl/target/imx35.cfg

+ 4
- 0
tcl/board/imx35pdk.cfg View File

@@ -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


+ 1
- 0
tcl/target/imx35.cfg View File

@@ -2,6 +2,7 @@
#

reset_config trst_and_srst srst_gates_jtag
jtag_ntrst_delay 100

if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME


Loading…
Cancel
Save