hello,all:
I try to connect to msm8660 (Dual Cortex-A8 core) with openocd 0.6 + jlink v8. when I use the config file for omap3530(omap3530.cfg), I get this:
$ openocd -f /interface/jlink.cfg -f /target/omap3530.cfg
Open On-Chip Debugger 0.6.0 (2012-09-16-21:46)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
Warn : omap3530.dsp: huge IR length 38
RCLK - adaptive
Info : J-Link initialization started / target CPU reset initiated
Info : J-Link ARM V8 compiled Aug 1 2012 13:40:47
Info : J-Link caps 0xb9ff7bbf
Info : J-Link hw version 80000
Info : J-Link hw type J-Link
Info : J-Link max mem block 9312
Info : J-Link configuration
Info : USB-Address: 0x0
Info : Kickstart power on JTAG-pin 19: 0x0
Info : Vref = 1.760 TCK = 1 TDI = 1 TDO = 0 TMS = 1 SRST = 0 TRST = 0
Info : J-Link JTAG Interface ready
Info : RCLK (adaptive clock speed)
Info : JTAG tap: omap3530.jrc tap/device found: 0x105310e1 (mfg: 0x070, part: 0x0531, ver: 0x1)
Warn : JTAG tap: omap3530.jrc UNEXPECTED: 0x105310e1 (mfg: 0x070, part: 0x0531, ver: 0x1)
Error: JTAG tap: omap3530.jrc expected 1 of 1: 0x0b7ae02f (mfg: 0x017, part: 0xb7ae, ver: 0x0)
Error: Trying to use configured scan chain anyway...
Error: IR capture error at bit 6, saw 0x01 not 0x...3
Warn : Bypassing JTAG setup events due to errors
0x105310e1 is MSM8660 TAP/Device ID
anyone help?