Hello,

I just started with the OpenOCD and an Olimex USB-JTAG adaptor.  Thanks
to the great documentation it was quite easy to set up.  I have this GDB
script to load my application:

set remote hardware-breakpoint-limit 2
set remote hardware-watchpoint-limit 2
target remote localhost:3333
monitor arm7_9 fast_memory_access enable
monitor arm7_9 dcc_downloads enable
monitor reset halt
monitor arm core_state arm
load

Now I have an upload rate of:

Transfer rate: 39 KB/sec, 11510 bytes/write.

Is this a good or bad?  When I set the JTAG clock to 6MHz, the load does
not work.  It seems that only 500kHz is possible?

Have a nice day!
    Sebastian
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to