Alex,
On Mon, Oct 17, 2011 at 04:04:21PM -0500, Austin, Alex wrote:
> > -Original Message-
> > From: openocd-development-boun...@lists.berlios.de [mailto:openocd-
> > development-boun...@lists.berlios.de] On Behalf Of Jason
> >
> > ...
> >
> >
Peter,
On Wed, Oct 12, 2011 at 01:21:44PM +0200, Peter Stuge wrote:
> Jason wrote:
> > Is there any intent to integrate gerrit back into the ML?
>
> Sending email is easy. Receiving and parsing email is not as easy.
Agreed, I've been thinking through the obstacles, from
off,
but I thought it was worth mentioning as I use openocd everyday and I've
learned quite a bit from the mailinglist. I'd hate to see that stream
of patches and comments dissappear. :-(
thanks for the effort and for listening,
Jason.
[1] http://www.coreb
wo log files, one where I run it with the "-c reset" and one
without.
The exact command line was:
openocd -d 3 -l with_reset.txt -f interface/olimex-arm-usb-ocd.cfg -f
target/sam7x256.cfg -c init -c reset
I didn't give as much detail the first time because I thought the "-c reset
> I would have kept the sam7s config files since all variants can use this
> base configuration.
>
On secong thought, I would rename it just sam7 or at91sam7 because all of
the following can share the same config file:
at91sam7S
at91sam7SE
at91sam7X
at91sam7XC
at91sam7A
at91sam7L
The flash look
>
> > The sam7x and sam7s configurations are identical except for calling
> > different reset scripts. But the reset scripts are identical except for
> > extra
> > spaces at the end of some lines (violating your style rules.)
>
> I've deleted the sam7s files from subversion.
>
This may have been t
>
> > Comments at the end of lines do not work in telnet, which makes
> > pasting pieces of .cfg files in difficult.
>
> OpenOCD uses TCL now, but I did add support for # comments
> at the end of openocd commands a while back.
>
> Which subversion version are you running?
>
> If you add "; # commen
I'm new to OpenOCD and had it debugging out of RAM beautifully. I've
been getting sporadic errors verifying binary images I write to flash. This
got me interested in OpenOCD and its code. The rest of this email is a
long list of issues I encountered, some of which are probably due to
my own misunde