Hi Kees, On Wed, Jan 14, 2009 at 7:04 PM, Kees Jongenburger <[email protected]> wrote: > Hi > > On Wed, Jan 14, 2009 at 6:12 PM, Alan Carvalho de Assis > <[email protected]> wrote: >> >> I developed a simple LED test application to test OpenOCD (attached). >> It will blink all LEDs (D1-D8) of iMX31PDK Debug Board! > Thanks for sharing this code. It looks like a nice self contained > example , the gdbscript also looks intersting (to me that is..). > > Does the gdb->openocd cause enough slowness that the following matters? > I# Tell GDB to use 1024 bytes packes when downloading, this^M > # reduces load image download times^M > set remote memory-write-packet-size 1024^M > set remote memory-write-packet-size fixed^M >
This is just an optimization based on example I find around, I didn't test performance issues. It will be nice if someone can execute this kind of test. I believe to small binary like this blink led it not matter, but to big file loading (bootloader and/or kernel image) it will me difference. > Greetings > Best Regards, Alan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
