Re: [Openocd-development] Error: The 'init' command must be used before 'init'.

2009-12-04 Thread Zach Welch
This is actually expected; there was no warning previously, and the dummy driver always fails because it returns garbage. It still starts up, right? The fact that it is telling you where something failed is a good thing, if were talking about real hardware... right? --Z On Fri, 2009-12-04 at

Re: [Openocd-development] Error: The 'init' command must be used before 'init'.

2009-12-04 Thread Øyvind Harboe
On Fri, Dec 4, 2009 at 10:36 AM, Zach Welch z...@superlucidity.net wrote: This is actually expected; there was no warning previously, and the dummy driver always fails because it returns garbage. The error message is nonsensical and offers no clues as to what is wrong, or what needs to be

Re: [Openocd-development] Error: The 'init' command must be used before 'init'.

2009-12-04 Thread David Brownell
On Thursday 03 December 2009, Øyvind Harboe wrote: Error: The 'init' command must be used before 'init'. Command handler execution failed Warn : jtag initialization failed; try 'jtag init' again. Yeah, everything seems to cause JTAG init to fail lately. One issue seems to be:

[Openocd-development] Error: The 'init' command must be used before 'init'.

2009-12-03 Thread Øyvind Harboe
I thought a fix for this one was pushed yesterday? Still happens... With dummy driver even. oyv...@titan:~/workspace/build$ openocd -f interface/dummy.cfg -f board/at91eb40a.cfg Open On-Chip Debugger 0.4.0-dev-00845-g24551b7 (2009-12-04-08:26) For bug reports, read