On Friday 04 December 2009, Øyvind Harboe wrote:
> That's better.
It's an ugly hack that's papering over some real bug.
Why was the JTAG initialization bypassed? The stuff
that forces the equivalent of "jtag_reset 0 0" ?
> I still get error messages on startup(it should have
> examined the JTAG chain), but it works.
>
> Info : clock speed 16000 kHz
> Error: The 'init' command must be used before 'init'.
> Command handler execution failed
> Warn : jtag initialization failed; try 'jtag init' again.
> Init complete, GDB & telnet servers launched.
>
> > static void jtag_checks(void)
> > {
> > - assert(jtag_trst == 0);
> > + assert(jtag_trst != 1);
> > }
>
> Well spotted! I saw this assert triggering w/real hardware.
>
>
> --
> Øyvind Harboe
> US toll free 1-866-980-3434 / International +47 51 63 25 00
> http://www.zylin.com/zy1000.html
> ARM7 ARM9 ARM11 XScale Cortex
> JTAG debugger and flash programmer
>
>
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development