On Sun, Jul 20, 2008 at 7:51 PM, Dominic Rath <[EMAIL PROTECTED]> wrote: > Hi list, > > while working with the OpenOCD's telnet interface for a bit I got several of > these messages: > > keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not > sent! (1258) > > I had the jtag_speed set to a very high value (1400), because the target is an > ARM926EJ-S core running at the 32kHz slow clock. > > Would it be possible to limit that warning to GDB connections?
The problem is that we need to catch & fix these problems. Even if it works for you in a telnet session, it will break when doing the same from GDB. Perhaps it should be prefixed with "BUG:" ? > > Regards, > > Dominic > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development > -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
