Re: [Openocd-development] Latest OpenOCD breaks

2010-02-27 Thread Xiaofan Chen
On Sun, Feb 28, 2010 at 3:09 PM, Xiaofan Chen wrote: > On Sun, Feb 28, 2010 at 3:00 PM, Xiaofan Chen wrote: >>> Somehow the latest git is broken. > Hmm, latest git works under Arch Linux. Need to check back > Ubuntu 9.10 64bit later. Under Ubuntu 9.10 64bit, it is still broken. mc...@ubuntu64:~

Re: [Openocd-development] Latest OpenOCD breaks

2010-02-27 Thread Xiaofan Chen
On Sun, Feb 28, 2010 at 3:00 PM, Xiaofan Chen wrote: >> Somehow the latest git is broken. >> > BTW, a few days ago it was working. This one is Arch Linux 32bit. Hmm, latest git works under Arch Linux. Need to check back Ubuntu 9.10 64bit later. [mc...@myhost lm3s1968]$ openocd -f board/ek-lm3s196

Re: [Openocd-development] Latest OpenOCD breaks

2010-02-27 Thread Xiaofan Chen
On Sun, Feb 28, 2010 at 11:12 AM, Xiaofan Chen wrote: > Somehow the latest git is broken. > > mc...@ubuntu64:~/Desktop/build/openocd/lm3s1968$ sudo openocd -f > board/ek-lm3s1968.cfg > Open On-Chip Debugger 0.5.0-dev-00024-ge70d42a (2010-02-28-11:01) > Licensed under GNU GPL v2 > For bug reports,

Re: [Openocd-development] [PATCH 0/3] add mc13224v; redbee-econotag; redbee-usb

2010-02-27 Thread David Brownell
Merged the first two. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Latest OpenOCD breaks

2010-02-27 Thread Xiaofan Chen
Somehow the latest git is broken. mc...@ubuntu64:~/Desktop/build/openocd/lm3s1968$ sudo openocd -f board/ek-lm3s1968.cfg Open On-Chip Debugger 0.5.0-dev-00024-ge70d42a (2010-02-28-11:01) Licensed under GNU GPL v2 For bug reports, read http://openocd.berlios.de/doc/doxygen/bugs.html 3000 kH

Re: [Openocd-development] [PATCH 2/3] Add board redbee-econotag.cfg

2010-02-27 Thread Mariano Alvira
On Sat, Feb 27, 2010 at 04:49:58PM -0800, David Brownell wrote: > On Saturday 27 February 2010, Mariano Alvira wrote: > > The Redbee Econotag is an open hardware development kit from > > Redwire, LLC (www.redwirellc.com/store), for the Freescale > > MC13224V ARM7TDMI + 802.15.4 radio. > > I see no

Re: [Openocd-development] [PATCH 2/3] Add board redbee-econotag.cfg

2010-02-27 Thread David Brownell
On Saturday 27 February 2010, Mariano Alvira wrote: > The Redbee Econotag is an open hardware development kit from > Redwire, LLC (www.redwirellc.com/store), for the Freescale > MC13224V ARM7TDMI + 802.15.4 radio. I see nothing there described as an "econotag", and "search" doesn't turn one up eit

[Openocd-development] [PATCH 3/3] Adds the redbee-usb board which uses INTERFACE_B.

2010-02-27 Thread Mariano Alvira
The Redbee USB is a small formfactor usb stick from Redwire, LLC (www.redwirellc.com/store), that incorporates a Freescale MC13224V ARM7TDMI + 802.15.4 radio and an FT2232H. Channel B is connected to the mc13224v's JTAG interface and Channel A is connected to UART1. Additional features are: -

[Openocd-development] [PATCH 1/3] Add target mc13224v.cfg for the mc13224v from Freescale.

2010-02-27 Thread Mariano Alvira
The MC13224V is a FreeScale ARM7TDMI based IEEEĀ® 802.15.4 platform for Zigbee and similar low-power wireless applications. Using PIP (Platform In Package) technology, it integrates: an RF balun and matching network; a buck converter (only an external inductor is necessary); 96KB of SRAM; and 128KB

[Openocd-development] [PATCH 2/3] Add board redbee-econotag.cfg

2010-02-27 Thread Mariano Alvira
The Redbee Econotag is an open hardware development kit from Redwire, LLC (www.redwirellc.com/store), for the Freescale MC13224V ARM7TDMI + 802.15.4 radio. It includes both an MC13224V and an FT2232H on board. Channel A is connected to the mc13224v's JTAG interface and Channel B is connected to UA

[Openocd-development] [PATCH 0/3] add mc13224v; redbee-econotag; redbee-usb

2010-02-27 Thread Mariano Alvira
mc13224v config and redbee boards --- incorporating the suggested edits and adding detail to the commit messages. Mariano Alvira (3): Add target mc13224v.cfg for the mc13224v from Freescale. Add board redbee-econotag.cfg Adds the redbee-usb board which uses INTERFACE_B. src/jtag/drivers/ft

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Mariano Alvira
On Sat, Feb 27, 2010 at 01:29:28PM -0800, David Brownell wrote: > On Saturday 27 February 2010, Mariano Alvira wrote: > > There's a business in chip-specific LED-blinking systems?? ;) Oh there sure is! I call it the devkit business. > > To the extent that wanting to do something quickly is a c

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread David Brownell
On Saturday 27 February 2010, Mariano Alvira wrote: > > Well, "handy" doesn't seem sufficient to require everyone using this > > chip to have that. > > > > This is however also sufficiently obvious (though I'd just "halt") > > that most OpenOCD users should be able to whip that up easily. > > Nop

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Jon Smirl
On Sat, Feb 27, 2010 at 3:38 PM, David Brownell wrote: > On Saturday 27 February 2010, Mariano Alvira wrote: >> >> > I don't entirely "get" these chips which execute code from large SRAMs >> > instead of from NOR flash ... I had understood that the SRAMs use more >> > power than the NOR flash, so

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Mariano Alvira
On Sat, Feb 27, 2010 at 03:43:42PM -0500, Jon Smirl wrote: > > The mc13224 has 64KB flash and 96KB RAM. It's actually 128KB. The last page is the calibration data so you can only use 124KB. And only up to the first 96KB can get mirrored. -Mar. ___ Ope

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Jon Smirl
On Sat, Feb 27, 2010 at 1:51 PM, David Brownell wrote: > On Saturday 27 February 2010, Mariano Alvira wrote: >> On Sat, Feb 27, 2010 at 09:00:32AM -0800, David Brownell wrote: >> > On Thursday 25 February 2010, Mariano Alvira wrote: >> > > --- >> > >> > Needs a patch comment. >> >> Ok. Do the subj

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread David Brownell
On Saturday 27 February 2010, Mariano Alvira wrote: > > > I don't entirely "get" these chips which execute code from large SRAMs > > instead of from NOR flash ... I had understood that the SRAMs use more > > power than the NOR flash, so that most microcontrollers minimized the > > quantity of SRAM

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Mariano Alvira
On Sat, Feb 27, 2010 at 10:51:13AM -0800, David Brownell wrote: > On Saturday 27 February 2010, Mariano Alvira wrote: > > On Sat, Feb 27, 2010 at 09:00:32AM -0800, David Brownell wrote: > > > On Thursday 25 February 2010, Mariano Alvira wrote: > > > > --- > > > > > > Needs a patch comment. > >

Re: [Openocd-development] [PATCH] Add support for Buspirate interface

2010-02-27 Thread David Brownell
On Thursday 25 February 2010, Michal Demin wrote: > Adds initial support for Buspirate as Jtag interface I hopee we should only look at the second pach you posted... ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread David Brownell
On Saturday 27 February 2010, Mariano Alvira wrote: > On Sat, Feb 27, 2010 at 09:00:32AM -0800, David Brownell wrote: > > On Thursday 25 February 2010, Mariano Alvira wrote: > > > --- > > > > Needs a patch comment. > > Ok. Do the subject lines not get added as patch comments? I figured > they w

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread Mariano Alvira
On Sat, Feb 27, 2010 at 09:00:32AM -0800, David Brownell wrote: > On Thursday 25 February 2010, Mariano Alvira wrote: > > --- > > Needs a patch comment. Ok. Do the subject lines not get added as patch comments? I figured they would since they are generated from the commit messages. >What's an

Re: [Openocd-development] [PATCH 1/3] Add target mc13224v.cfg.

2010-02-27 Thread David Brownell
On Thursday 25 February 2010, Mariano Alvira wrote: > --- Needs a patch comment. What's an MC13224V? Maybe: The MC13224V is a FreeScale ARM7TDMI based IEEEĀ® 802.15.4 platform for Zigbee and similar low-power wireless applications. It uses PIP (Platform In Package) technology, and boots from R

[Openocd-development] [PATCH] Add support for Buspirate interface

2010-02-27 Thread Michal Demin
Adds initial support for Buspirate as Jtag interface --- configure.in | 11 + doc/openocd.texi |3 + src/jtag/drivers/Makefile.am |3 + src/jtag/drivers/buspirate.c | 981 ++ src/jtag/interfaces.c|6 + tcl/

[Openocd-development] [patch/fyi] ADIv5 DAP ops switching to JTAG or SWD modes

2010-02-27 Thread David Brownell
Define two new DAP operations which use the new jtag_add_tms_seq() calls to put the DAP's transport into either SWD or JTAG mode, when the hardware allows. Tested with the Stellaris 'Recovering a "Locked" Device' procedure, which loops five times over both of these. -- I merged this along with th

Re: [Openocd-development] Recover command for a "Locked" TI/Luminary LM3Sxxxx Microcontroller

2010-02-27 Thread David Brownell
OK, I just merged this. It should work with any JTAG (or JTAG/SWD) Adapter which implements the jtag_add_tms_seq() infrastructure ... for the moment, that's only FT2232 ... so all the Stellaris eval boards are covered, and others can start implementing that too. == CUT HERE F