Re: [Openocd-development] OpenOCD auto-config

2010-02-21 Thread David Brownell
On Sunday 21 February 2010, Xiaofan Chen wrote: > I think the LM3S1968 is like other Luminary boards and > the default ICDI layout works fine since the default config > file works fine (the JTAG frequency may need to be lowered > for certain OS or certain USB ports). This suggests to me that succe

Re: [Openocd-development] OpenOCD auto-config

2010-02-21 Thread Xiaofan Chen
On Mon, Feb 22, 2010 at 10:01 AM, David Brownell wrote: > So far as I'm aware, all *current* Luminary boards should > use the same ft2232 layout -- just like the "ICDI" boards. > But the old LM3S811 eval boards should use "evb_lm3s811" > since they're not quite the same. > > I don't happen to know

Re: [Openocd-development] OpenOCD auto-config

2010-02-21 Thread David Brownell
On Thursday 18 February 2010, Xiaofan Chen wrote: > What does it do right now? Just finding out the interface? I actually > have the Luminary EK-LM3S1968 instead of LM3S811. Looks like it's looking at the USB vendor and product IDs, which for "luminary" and "luminary-lm3s811" are the same (just lo

Re: [Openocd-development] OpenOCD auto-config

2010-02-19 Thread Austin, Alex
class. Look at the bottom in the "if __name__ == '__main__':" section. > -Original Message- > From: Xiaofan Chen [mailto:xiaof...@gmail.com] > Sent: Friday, February 19, 2010 1:17 AM > To: Austin, Alex > Cc: openocd-development@lists.berlios.de > Subj

Re: [Openocd-development] OpenOCD auto-config

2010-02-18 Thread Xiaofan Chen
On Thu, Feb 18, 2010 at 2:17 PM, Austin, Alex wrote: > Just starting to write a wrapper to auto-config openocd. Using python, > it's a class that attempts to wrap openocd configuration. So far it > doesn't do much, but I would appreciate any comments anyone has. Go > ahead and run it on your machi

Re: [Openocd-development] OpenOCD auto-config

2010-02-17 Thread Austin, Alex
vind.har...@zylin.com] > Sent: Thursday, February 18, 2010 12:38 AM > To: Austin, Alex > Cc: openocd-development@lists.berlios.de > Subject: Re: [Openocd-development] OpenOCD auto-config > > Why do you prefer writing this *outside* OpenOCD, rather than > *inside* using tcl? >

Re: [Openocd-development] OpenOCD auto-config

2010-02-17 Thread Øyvind Harboe
Why do you prefer writing this *outside* OpenOCD, rather than *inside* using tcl? -- Øyvind Harboe Visit us at Embedded World, March 2nd-4th. IS2T's stand, HALL 10 - 118 http://www.zylin.com/events_embeddedworld.html US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin

[Openocd-development] OpenOCD auto-config

2010-02-17 Thread Austin, Alex
Just starting to write a wrapper to auto-config openocd. Using python, it's a class that attempts to wrap openocd configuration. So far it doesn't do much, but I would appreciate any comments anyone has. Go ahead and run it on your machines (only Linux supported ATM) as it doesn't write to any file