Re: [Openocd-development] Balloon board config and some queries

2009-05-23 Thread David Brownell
On Saturday 23 May 2009, Wookey wrote: > > At least some of > > the confusion could go away if there were JTAG commands to > > disable signals (SRST, RTCK, etc) at various levels (target, > > board, adapter). > > Hmm, you mean something could declare that it doesn't pass/expose > signals. That

Re: [Openocd-development] Balloon board config and some queries

2009-05-23 Thread Wookey
+++ David Brownell [2009-05-22 10:32 -0700]: > On Friday 22 May 2009, Wookey wrote: > > > 1) Is there any agreement that the reset info doesn't really belong in > > the board file because it depends on the dongle and wiring too, or is > > that an unusual case? > > An "openocd.cfg" file can source

Re: [Openocd-development] Balloon board config and some queries

2009-05-22 Thread David Brownell
On Friday 22 May 2009, Wookey wrote: > > The lack of response to your query indicates to me that > > no one can "whip out" a quick description for you, so you may have given > > this topic more recent and considered thought than others. > > That's quite worrying :-) (given that I've considered exac

Re: [Openocd-development] Balloon board config and some queries

2009-05-22 Thread Wookey
+++ Zach Welch [2009-05-21 15:12 -0700]: > On Thu, 2009-05-21 at 21:50 +0100, Wookey wrote: > > +++ Wookey [2009-05-19 12:29 +0100]: > > > As described on > > I like the idea for a base.cfg file, as it allows users to tweak the > defaults of their installed OpenOCD. In this light, I can see us >

Re: [Openocd-development] Balloon board config and some queries

2009-05-21 Thread David Brownell
On Thursday 21 May 2009, Wookey wrote: > And no-one has said anything about the important issue I wanted to get > some feedback on: how best to split up config files. Perhaps I should just > send in a patch and see what people have to say about it? Yes please. I have some DaVinci DM355 EVM board

Re: [Openocd-development] Balloon board config and some queries

2009-05-21 Thread Zach Welch
On Thu, 2009-05-21 at 21:50 +0100, Wookey wrote: > +++ Wookey [2009-05-19 12:29 +0100]: > > As described on > > http://www.balloonboard.org/balloonwiki/Balloon3OpenOCD I have working > > configs for use with the balloon board and Olimex and Amontec JTAG > > dongles. I won't copy them all into this

Re: [Openocd-development] Balloon board config and some queries

2009-05-21 Thread Wookey
+++ Wookey [2009-05-19 12:29 +0100]: > As described on > http://www.balloonboard.org/balloonwiki/Balloon3OpenOCD I have working > configs for use with the balloon board and Olimex and Amontec JTAG > dongles. I won't copy them all into this message - look at that page > for the detailed file content

Re: [Openocd-development] Balloon board config and some queries

2009-05-19 Thread David Brownell
On Tuesday 19 May 2009, Wookey wrote: > 2) base.cfg just specifies the default port info: > - > telnet_port > gdb_port > tcl_port > - > But if I don't put this in I get warning messages about how these are > "not specified- using defaults". Is that really necessary? Shouldn'

Re: [Openocd-development] Balloon board config and some queries

2009-05-19 Thread Wookey
+++ Peter Korsgaard [2009-05-19 13:41 +0200]: > > "Wookey" == Wookey writes: > > Hi, > > Wookey> 1) Is there a way to output a user message? Currently > Wookey> flash write_image erase kernel/zImageInitrd 0x20 bin > Wookey> involves a 10-minute pause. It would be great if there was

Re: [Openocd-development] Balloon board config and some queries

2009-05-19 Thread Peter Korsgaard
> "Wookey" == Wookey writes: Hi, Wookey> 1) Is there a way to output a user message? Currently Wookey> flash write_image erase kernel/zImageInitrd 0x20 bin Wookey> involves a 10-minute pause. It would be great if there was a way to Wookey> display Wookey> 'programming flash with k

[Openocd-development] Balloon board config and some queries

2009-05-19 Thread Wookey
As described on http://www.balloonboard.org/balloonwiki/Balloon3OpenOCD I have working configs for use with the balloon board and Olimex and Amontec JTAG dongles. I won't copy them all into this message - look at that page for the detailed file contents. Putting this config into openOCD itself as