Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
289ceceb
Commit
289ceceb
authored
May 04, 2011
by
Øyvind Harboe
Browse files
beagleboard: add support for various icepick versions
The beagleboard icepick jtag tap id's vary.
parent
2889471b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tcl/target/amdm37x.cfg
View file @
289ceceb
#
# Copyright (C) 2010 by Karl Kurbjun
# Copyright (C) 2009
,
201
0
by Øyvind Harboe
# Copyright (C) 2009
-
201
1
by Øyvind Harboe
# Copyright (C) 2009 by David Brownell
# Copyright (C) 2009 by Magnus Lundin
#
...
...
@@ -29,11 +29,11 @@ if { [info exists CHIPTYPE] } {
switch $CHIPTYPE {
dm37x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan
set _JRC_TAPID 0x0b89102f
set _JRC_TAPID
"-expected-id 0x1b89102f -expected-id
0x0b89102f
"
}
am35x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan
set _JRC_TAPID 0x0b7ae02f
set _JRC_TAPID
"-expected-id
0x0b7ae02f
"
}
default {
error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."
...
...
@@ -113,8 +113,7 @@ jtag configure $_CHIPNAME.d2d -event tap-enable \
"icepick_c_tapenable $_CHIPNAME.jrc 0"
# Primary TAP: ICEpick - it is closest to TDI so last in the chain
jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \
-expected-id $_JRC_TAPID
eval "jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f $_JRC_TAPID"
######
# End of Chain Description
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment