That's better. 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 Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development