Hello, I am using board with AM3517. It seems that our AM3517 has a newer revision. I added new id to the target configuration file and now it works correctly.
Here is the small patch. I hope you will include it in the next releases.
diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg
index ab2ccab..cf7df97 100644
--- a/tcl/target/amdm37x.cfg
+++ b/tcl/target/amdm37x.cfg
@@ -33,7 +33,7 @@ if { [info exists CHIPTYPE] } {
}
am35x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan
- set _JRC_TAPID "-expected-id 0x0b7ae02f"
+ set _JRC_TAPID "-expected-id 0x0b7ae02f -expected-id 0x0b86802f"
}
default {
error "ERROR: CHIPTYPE was set, but it was not set to a valid
value. Acceptable values are \"dm37x\" or \"am35x\"."
diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg
index ab2ccab..cf7df97 100644
--- a/tcl/target/amdm37x.cfg
+++ b/tcl/target/amdm37x.cfg
@@ -33,7 +33,7 @@ if { [info exists CHIPTYPE] } {
}
am35x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan
- set _JRC_TAPID "-expected-id 0x0b7ae02f"
+ set _JRC_TAPID "-expected-id 0x0b7ae02f -expected-id 0x0b86802f"
}
default {
error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
