Re: [Openocd-development] OpenOCD + beagle

2009-11-10 Thread Dirk Behme
Piet Delaney wrote: > Dirk Behme wrote: >> Piet Delaney wrote: >>> Dirk Behme wrote: David Brownell wrote: > On Friday 21 August 2009, Dirk Behme wrote: >> While reading in the git thread the keyword "branch": >> >> What's about a "beagle-testing" or similar branch with the pat

Re: [Openocd-development] OpenOCD + beagle

2009-11-09 Thread Piet Delaney
Dirk Behme wrote: > Piet Delaney wrote: >> Dirk Behme wrote: >>> David Brownell wrote: On Friday 21 August 2009, Dirk Behme wrote: > While reading in the git thread the keyword "branch": > > What's about a "beagle-testing" or similar branch with the patches > mentioned above?

Re: [Openocd-development] OpenOCD + beagle

2009-11-09 Thread Dirk Behme
Piet Delaney wrote: > Dirk Behme wrote: >> David Brownell wrote: >>> On Friday 21 August 2009, Dirk Behme wrote: While reading in the git thread the keyword "branch": What's about a "beagle-testing" or similar branch with the patches mentioned above? >>> Feel free to set up suc

Re: [Openocd-development] OpenOCD + beagle

2009-11-09 Thread Piet Delaney
Dirk Behme wrote: > David Brownell wrote: >> On Friday 21 August 2009, Dirk Behme wrote: >>> While reading in the git thread the keyword "branch": >>> >>> What's about a "beagle-testing" or similar branch with the patches >>> mentioned above? >> Feel free to set up such a GIT branch in a repositor

Re: [Openocd-development] OpenOCD + beagle

2009-09-03 Thread David Brownell
On Monday 31 August 2009, Dirk Behme wrote: > >> Is anything like > >> > >> if(omap3) { > >>        /* > >>         * Add a bunch of clocks after TLR entry to force SWD reset (newer > >>         * ARM cores; just in case, ~50 cycles), switch on ICEpick power > >>         * domains (for some TI part

Re: [Openocd-development] OpenOCD + beagle

2009-08-31 Thread Dirk Behme
Øyvind, Dave, Øyvind Harboe wrote: > On Tue, Aug 25, 2009 at 4:33 PM, Dirk Behme wrote: >> Øyvind Harboe wrote: >>> I have committed all but 01_openocd_beagle.patch to hopefully get things >>> moving along >>> >>> 01_openocd_beagle.patch is problematic because it modifies the behavior >>> for

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread David Brownell
On Tuesday 25 August 2009, Øyvind Harboe wrote: > > I see no problem ... TAP_RESET is a stable state, and > > JTAG adapters are allowed to let TCK run freely there. > > But that's not what the code is doing. It goes to TAP_RESET, > then cycles 100 times in runtest idle and then back to TAP_RESET..

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread Øyvind Harboe
> I see no problem ... TAP_RESET is a stable state, and > JTAG adapters are allowed to let TCK run freely there. But that's not what the code is doing. It goes to TAP_RESET, then cycles 100 times in runtest idle and then back to TAP_RESET I guess I would be more comfortable with a change that

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread Dirk Behme
David Brownell wrote: > On Friday 21 August 2009, Dirk Behme wrote: >> While reading in the git thread the keyword "branch": >> >> What's about a "beagle-testing" or similar branch with the patches >> mentioned above? > > Feel free to set up such a GIT branch in a repository > you create ... :)

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread David Brownell
On Friday 21 August 2009, Dirk Behme wrote: > While reading in the git thread the keyword "branch": > > What's about a "beagle-testing" or similar branch with the patches > mentioned above? Feel free to set up such a GIT branch in a repository you create ... :) ___

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread David Brownell
On Tuesday 25 August 2009, Øyvind Harboe wrote: > 01_openocd_beagle.patch is problematic because it modifies the behavior > for *all* targets. > > Thoughts? I see no problem ... TAP_RESET is a stable state, and JTAG adapters are allowed to let TCK run freely there. > We need some more general m

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread Øyvind Harboe
On Tue, Aug 25, 2009 at 4:33 PM, Dirk Behme wrote: > Øyvind Harboe wrote: >> >> I have committed all but 01_openocd_beagle.patch to hopefully get things >> moving along >> >> 01_openocd_beagle.patch is problematic because it modifies the behavior >> for *all* targets. >> >> Thoughts? > > You mi

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread Dirk Behme
Øyvind Harboe wrote: > I have committed all but 01_openocd_beagle.patch to hopefully get things > moving along > > 01_openocd_beagle.patch is problematic because it modifies the behavior > for *all* targets. > > Thoughts? You might have noticed that I'm not really an expert of OpenOCD's code

Re: [Openocd-development] OpenOCD + beagle

2009-08-25 Thread Øyvind Harboe
I have committed all but 01_openocd_beagle.patch to hopefully get things moving along 01_openocd_beagle.patch is problematic because it modifies the behavior for *all* targets. Thoughts? -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com Appended is th

Re: [Openocd-development] OpenOCD + beagle

2009-08-24 Thread Øyvind Harboe
Could you post a list of those patches that are ready to be committed? Thanks! It would be great to focus this list one or a few remaining issues -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread David Brownell
On Sunday 23 August 2009, Dirk Behme wrote: > Øyvind Harboe wrote: > > Should these patches be committed as-is? > >  From user point of view, I would say yes. Additional fixes/clean up > can go on top of these, then. > > But we should let Dave decide, as all patches are from him or at least > c

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread David Brownell
On Sunday 23 August 2009, Dirk Behme wrote: > Having U-Boot running, halt and resume seem to work (but a lot of > invalid mode warnings). And yes, "soft_reset_halt" still gives a segfault. > > What are the next steps which could be done with BeagleBoard? Fix those segfaults ... minimally by find

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread David Brownell
On Sunday 23 August 2009, Dirk Behme wrote: > >> http://lists.berlios.de/pipermail/openocd-development/2009-June/008256.html Better to merge this version, if any ... --- src/jtag/core.c |8 1 file changed, 8 insertions(+) --- a/src/jtag/core.c +++ b/src/jtag/core.c @@ -469,6 +469,

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread Dirk Behme
Øyvind Harboe wrote: > Should these patches be committed as-is? From user point of view, I would say yes. Additional fixes/clean up can go on top of these, then. But we should let Dave decide, as all patches are from him or at least cleaned up by him. Best regards Dirk ___

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread James Lin
Hi, I pulled out trunk 2604 and applied 4 patches. On my system, OpenOCD works the way Dirk email has described. Best regards, James --- On Sun, 8/23/09, Dirk Behme wrote: > From: Dirk Behme > Subject: Re: [Openocd-development] OpenOCD + beagle > To: "David Brownell

Re: [Openocd-development] OpenOCD + beagle

2009-08-23 Thread Øyvind Harboe
Should these patches be committed as-is? I haven't looked at the Beagleboard in detail yet. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios

Re: [Openocd-development] OpenOCD + beagle

2009-08-21 Thread Dirk Behme
David Brownell wrote: > On Wednesday 19 August 2009, James Lin wrote: > >> Then I tried to apply the patch described in >> >> http://lists.berlios.de/pipermail/openocd-development/2009-June/008256.html >> >> I don't know if this additional step was necessary but it seemed >> to get correct mfg, p

Re: [Openocd-development] OpenOCD + beagle

2009-08-19 Thread David Brownell
On Wednesday 19 August 2009, James Lin wrote: > Then I tried to apply the patch described in > > http://lists.berlios.de/pipermail/openocd-development/2009-June/008256.html > > I don't know if this additional step was necessary but it seemed > to get correct mfg, part, ver. So it *was* necessa

[Openocd-development] OpenOCD + beagle

2009-08-19 Thread James Lin
Hi, I have tried to follow the information on the following page to run OpenOCD with Beagleboard & Flyswatter board using Ubuntu 9.04 and got some errors. http://lists.berlios.de/pipermail/openocd-development/2009-July/009314.html The log message was ===

Re: [Openocd-development] OpenOCD + beagle

2009-07-07 Thread Dirk Behme
Magnus Lundin wrote: > Hi list, > > I know there is a lot of fixing to get a stable 0.2.0 so this is > clearly for next release. > But I also know that some folks wants to get going with CortexA8, so > here it comes. Great! Many thanks! Dave, Sergey: This does look like a really *good* starti

Re: [Openocd-development] OpenOCD + beagle

2009-07-06 Thread Dirk Behme
Sergey Lapin wrote: > Hi, all! > > Is there any news regarding support of BeagleBoard in OpenOCD? > Last time I checked, there was none, I'm interested to help, so I > want to know the status and what can I do. Recent status of trunk (at least the last time I checked): https://lists.berlios.de/p

Re: [Openocd-development] OpenOCD + beagle

2009-07-06 Thread Magnus Lundin
Sergey Lapin skrev: > On Mon, Jul 6, 2009 at 7:43 PM, Magnus Lundin wrote: > >> Wookey skrev: >> >>> +++ Sergey Lapin [2009-07-06 19:02 +0400]: >>> >>> Hi, all! Is there any news regarding support of BeagleBoard in OpenOCD? Last time I checked, there was none, I'm

Re: [Openocd-development] OpenOCD + beagle

2009-07-06 Thread Sergey Lapin
On Mon, Jul 6, 2009 at 7:43 PM, Magnus Lundin wrote: > Wookey skrev: >> +++ Sergey Lapin [2009-07-06 19:02 +0400]: >> >>> Hi, all! >>> >>> Is there any news regarding support of BeagleBoard in OpenOCD? >>> Last time I checked, there was none, I'm interested to help, so I >>> want to know the status

Re: [Openocd-development] OpenOCD + beagle

2009-07-06 Thread Magnus Lundin
Wookey skrev: > +++ Sergey Lapin [2009-07-06 19:02 +0400]: > >> Hi, all! >> >> Is there any news regarding support of BeagleBoard in OpenOCD? >> Last time I checked, there was none, I'm interested to help, so I >> want to know the status and what can I do. >> > > There is a config file for

Re: [Openocd-development] OpenOCD + beagle

2009-07-06 Thread Wookey
+++ Sergey Lapin [2009-07-06 19:02 +0400]: > Hi, all! > > Is there any news regarding support of BeagleBoard in OpenOCD? > Last time I checked, there was none, I'm interested to help, so I > want to know the status and what can I do. There is a config file for it in SVN, so I assume there is some

[Openocd-development] OpenOCD + beagle

2009-07-06 Thread Sergey Lapin
Hi, all! Is there any news regarding support of BeagleBoard in OpenOCD? Last time I checked, there was none, I'm interested to help, so I want to know the status and what can I do. Thanks a lot, S. ___ Openocd-development mailing list Openocd-developmen