Browse Source

make OMAP5912 resets more reliable

Without some extra delay after releasing SRST, we seemed to
be trying to talk to the TAP before it was ready to respond.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.3.0-rc0
David Brownell 13 years ago
parent
commit
6efaa95c44
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tcl/target/omap5912.cfg

+ 2
- 0
tcl/target/omap5912.cfg View File

@@ -14,6 +14,8 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0x0692602f
}

jtag_nsrst_delay 100

# NOTE: presumes irlen 38 is the C55x DSP, matching BSDL for
# its standalone siblings (like TMS320VC5502) of the same era



Loading…
Cancel
Save