> 
> I am successfully loading elf images via jtag into systems 
> RAM (load_image foobar.elf). However, as I am using a simple 
> DLC5 cable that action takes ages for just a couple of kilobytes.
> Is it possible to load a elf image that is stored in flash into RAM?
> 

What target are you connecting too?

The ejtag system has speed issues when compared to arm debug. the initial
tests i have done the usb dongles are slower than the parallel port type.

This is due to each memory read/write instruction is fetched from the
debugger (openocd) for load_image. dma speeds things up if it is supported.

One question if you have the image in flash, can you not debug from flash?

Cheers
Spen

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

Reply via email to