Hi Jonas,

> I can see one change that the referred commit introduced
> to the ARM-JTAG-EW driver. It is that a speed setting in
> the init script now actually is executed. Any such setting
> was previously silently ignored.

Do you mean the following in jtag/core.c?

+       retval = jtag->speed(jtag_speed_var);
+       if (retval != ERROR_OK)
+               return retval;

> 
> The log shows that it is the speed setting that result in
> the crash.
> 
> Do you know if a speed setting after init worked before
> the commit?
> If not, please try to execute adapter_khz 1000 at the telnet
> prompt with the OpenOCD build of the version before this
> commit.

I just tested it with the last version from before the commit, and this
also results in the same error. You can find the log as an attachment to
the ticket.

Simon
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to