On Dec 16, 2008, at 6:48 AM, Andreas Kuehn wrote:

<snip>

Debug: 54 82 openocd.c:144 handle_init_command(): target init complete Debug: 55 83 openocd.c:151 handle_init_command(): jtag interface init complete
Debug:   56 84 jtag.c:2194 jtag_init_inner(): Init JTAG chain
Debug: 57 84 jtag.c:427 jtag_call_event_callbacks(): jtag event: JTAG controller reset (RESET or TRST)
Debug:   58 85 jtag.c:1444 jtag_reset_callback(): -



So, it looks like the config file was parsed correctly and all the state was setup. The target is initialized and the jtag interface is ready. We've started initializing the JTAG chain and sent a TRST. We invoked the JTAG reset callback (probably your reset-init event on the target, but I'd need to check for sure) and that hung. Try commenting out the reset-init event for the time being and see what happens. I suspect we are hanging somewhere due to one of the commands in the reset-init script.



--
Rick Altherr
kc8...@kc8apf.net

"He said he hadn't had a byte in three days. I had a short, so I split it with him."
 -- Unsigned



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to