On Sat, Jul 26, 2008 at 10:46 AM, Michael Fischer <[EMAIL PROTECTED]> wrote: > Hello Øyvind, > > there was some changes in the last time. If I take a look > at my actual config script from r717. I must change something. > > 1. jtag_khz > Has only one parameter now: > > jtag_khz 6000 > > Can I get the same behaviour as before with: > > jtag_khz 30 > reset init > jtag_khz 6000
Yes. Place jtag_khz in the reset script. The previous jtag_khz w/two parameters was fundamentally broken because the reset configuration script needs precise control over *when* the increase in clock rate happens. > > > 2. daemon_startup > This parameter is removed. Simply adding "init" and "reset halt" > or "reset init" at the end of your config script to get the same > behaviour as before. > > init > reset init > > or > > init > reset halt correct. Choose one of the two above, whichever you need. > > > 3. reset config > The reset config is removed from the target define. > > Old: "target arm7tdmi little run_and_init 0 arm7tdmi" > New: "target arm7tdmi little 0 arm7tdmi" correct. > > Here you must use "reset init" or "reset halt" in your > GDB/Eclipse script to get the same behaviour as before. You can use reset run_and_halt if you want. > > > Best regards, > > Michael > > -- Ø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
