On Wed, 2009-12-02 at 15:00 -0800, David Brownell wrote:
> Hmm, I'll have to try pulling this ... but one of my 
> test configs is now triggering the perplexing message
> 
>        Error:  The 'init' command must be used before 'init'.
> 
> That seems somehow ... not possible.  ;)

Here's the logic: all of 'init' succeeded, _except_ for the 'jtag init'.
Thus, you're no longer in CONFIG mode, so 'init' is gone and can't be
run to tell you that it can't be run.  You get the generic mode message.
I suppose this deserves a special case in the code? :)

Here, I assume you are showing me a case where 'init' is running twice,
and you're perplexed by the new message.  How did you trigger it?

--Z

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

Reply via email to