David Brownell wrote: > On Sunday 30 August 2009, Dirk Behme wrote: >> --- trunk_r2643.orig/tcl/interface/flyswatter.cfg >> +++ trunk_r2643/tcl/interface/flyswatter.cfg >> @@ -8,5 +8,5 @@ interface ft2232 >> ft2232_device_desc "Flyswatter" >> ft2232_layout "flyswatter" >> ft2232_vid_pid 0x0403 0x6010 >> -jtag_speed 1 >> +jtag_khz 3000 > > Such things belong in board config files; > there's no reason a flyswatter wouldn't > be used with some board with a different > default speed.
Isn't the opposite true as well? Each board config could be used with an other interface, possibly resulting in different jtag clock? What does 'jtag_speed 1', btw? I couldn't find a documentation about this in openocd.pdf. Best regards Dirk _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
