[Openocd-development] nt/srst_assert_width added

2009-09-28 Thread Øyvind Harboe
Committed. Allow stretching the length of srst and trst asserts. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag/jtag.h

Re: [Openocd-development] jtag newtap -expected-id query

2009-09-28 Thread Øyvind Harboe
>> Is this the expected behaviour now, as previous versions would fail silently >> if no id was given. > > I changed that when I changed it to make sure it didn't > drop messages in various cases.  I think it's better to > get the config files updated, so startup verification > can do a better job,

[Openocd-development] ESC Boston report

2009-09-28 Thread Brian Hutchinson
I just returned from the 2009 Embedded Systems Conference in Boston. I spent most of my time in classes and didn't spend a lot of time checking out the exhibitors but I did get a chance to talk to a few of them and make at least one round a day through the exhibit hall. I actually saw a Amontec J

Re: [Openocd-development] srst pulls trst bug in ft2232

2009-09-28 Thread michal smulski
I confirm that, with those fixes in ft2232, openocd no longer locks-up with libftdi (checked on rev.2767). Also libftdi does not touch srst or trst so I will be switching to that library. What would it take to get the reset width config into the main svn tree? jtag_nsrst_assert_width jtag_ntrst_as

Re: [Openocd-development] Anyone using JTAGkey as I2C/SPI monitor in Linux?

2009-09-28 Thread Brian Hutchinson
On Mon, Sep 28, 2009 at 5:14 PM, David Brownell wrote: > On Monday 28 September 2009, Brian Hutchinson wrote: > > Hi, > > > > Amontec's site says the JTAGkey can do this but to contact them for > > details. Anyone using this device for I2C/SPI monitoring and have "the > > details" on how to do t

Re: [Openocd-development] Anyone using JTAGkey as I2C/SPI monitor in Linux?

2009-09-28 Thread Brian Hutchinson
On Mon, Sep 28, 2009 at 5:11 PM, Alan Carvalho de Assis wrote: > Hi Brian, > > On 9/28/09, Brian Hutchinson wrote: > > Hi, > > > > Amontec's site says the JTAGkey can do this but to contact them for > > details. Anyone using this device for I2C/SPI monitoring and have "the > > details" on how to

Re: [Openocd-development] Anyone using JTAGkey as I2C/SPI monitor in Linux?

2009-09-28 Thread David Brownell
On Monday 28 September 2009, Brian Hutchinson wrote: > Hi, > > Amontec's site says the JTAGkey can do this but to contact them for > details. Anyone using this device for I2C/SPI monitoring and have "the > details" on how to do this in Linux? The "details" would be in the FT2232 appnote saying h

Re: [Openocd-development] Anyone using JTAGkey as I2C/SPI monitor in Linux?

2009-09-28 Thread Alan Carvalho de Assis
Hi Brian, On 9/28/09, Brian Hutchinson wrote: > Hi, > > Amontec's site says the JTAGkey can do this but to contact them for > details. Anyone using this device for I2C/SPI monitoring and have "the > details" on how to do this in Linux? > I don't know how to do that. But maybe it could be usefu

Re: [Openocd-development] jtag newtap -expected-id query

2009-09-28 Thread David Brownell
On Monday 28 September 2009, Øyvind Harboe wrote: > Some TAP controllers do not even have an ID It reports those too, as not having an ID. (Because they don't support the IDCODE instruction, and the TAP comes up in BYPASS.) ___ Openocd-development mail

Re: [Openocd-development] jtag newtap -expected-id query

2009-09-28 Thread David Brownell
On Monday 28 September 2009, Spencer Oliver wrote: > Hi, > > I have noticed that now that openocd will output an error if no jtag id is > given. eg. > > Info : JTAG tap: lm3s811.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: > 0xba00, ver: 0x3) > Error: JTAG tap: lm3s811.cpu UNEXPECTED

[Openocd-development] Anyone using JTAGkey as I2C/SPI monitor in Linux?

2009-09-28 Thread Brian Hutchinson
Hi, Amontec's site says the JTAGkey can do this but to contact them for details. Anyone using this device for I2C/SPI monitoring and have "the details" on how to do this in Linux? Regards, Brian ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] jtag newtap -expected-id query

2009-09-28 Thread Øyvind Harboe
On Mon, Sep 28, 2009 at 8:27 PM, Spencer Oliver wrote: > Hi, > > I have noticed that now that openocd will output an error if no jtag id is > given. eg. > > Info : JTAG tap: lm3s811.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: > 0xba00, ver: 0x3) > Error: JTAG tap: lm3s811.cpu       UNEXPEC

[Openocd-development] jtag newtap -expected-id query

2009-09-28 Thread Spencer Oliver
Hi, I have noticed that now that openocd will output an error if no jtag id is given. eg. Info : JTAG tap: lm3s811.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3) Error: JTAG tap: lm3s811.cpu UNEXPECTED: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3) Error: Trying to

[Openocd-development] RE: new lpc2xxx cfg files layout

2009-09-28 Thread Rolf Meeser
Hi Freddie, - Ursprüngliche Mail > > How would you write a board file for a board with two LPC2103 in the > > chain? A simple source [find target/lpc2103.cfg] source [find > > target/lpc2103.cfg] wouldn't work because it would try to declare two > > targets with the same name (lpc2103.c

[Openocd-development] 2nd serial on FT2232 - was: STR9 Hitex comStick...

2009-09-28 Thread Alain Mouette
Lachlan Audas escreveu: > > On a side note, the FTDI serial port is not recognized by the Linux kernel Works for me :) I just had to load the module specifying the vid/pid after the FT2232 is connected: modprobe ftdi_sio vendor=0x0403 product=0xbdc8 Alain

Re: [Openocd-development] srst pulls trst bug in ft2232

2009-09-28 Thread Øyvind Harboe
Committed. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-