Re: [Openocd-development] FT2232H based dongle with adaptive clocking support

2009-06-07 Thread Ben Dooks
On Sun, Jun 07, 2009 at 12:49:49AM +0200, Patrick Wieland wrote: > This is my first posting to this mailing list, so I friendly say 'hello' to > everyone :-) > I am working on a OpenOCD dongle based on the FT2232H. I want to support > adaptive clocking, but I don't know how to accomplish this tas

Re: [Openocd-development] r1492: jlink build error

2009-04-21 Thread Ben Dooks
On Tue, Apr 21, 2009 at 04:22:12AM -0700, Zach Welch wrote: > On Tue, 2009-04-21 at 11:36 +0100, Ben Dooks wrote: > > The JLink driver is failing to build because of a warning > > that is now being treated as an error. The warning is being > > generated by usb_bulk_with_retrie

[Openocd-development] r1492: jlink build error

2009-04-21 Thread Ben Dooks
The JLink driver is failing to build because of a warning that is now being treated as an error. The warning is being generated by usb_bulk_with_retries() being passed both usb_bulk_read() and usb_bulk_write() function pointers, where usb_bulk_write() takes a pointer to a constant buffer. Attached

Re: [Openocd-development] FT2232H/FT4232H support in trunk.

2009-04-20 Thread Ben Dooks
On Mon, Apr 20, 2009 at 08:00:19AM +0200, Joern Kaipf wrote: > Hi Ben, > > Ben Dooks write: > >I looked at src/jtag/ft2232.c and didn't notice anything there > >specific to the extra features in the H parts, such as the new > >speed selections. > > &g

[Openocd-development] FT2232H/FT4232H support in trunk.

2009-04-17 Thread Ben Dooks
I looked at src/jtag/ft2232.c and didn't notice anything there specific to the extra features in the H parts, such as the new speed selections. Are there any patches / branches for supporting these devices, and if so when can any merge be expected? What is the status of these devices? I've got a

Re: [Openocd-development] ARM1176 problems

2008-10-07 Thread Ben Dooks
On Mon, Oct 06, 2008 at 06:39:24PM -0400, Duane Ellis wrote: > somebody> I'm not convinced that your JTAG chain is configured correctly > somebody> or that your JTAG interface is able to communicate with the > device. > somebody> ARM11 is finicky > > I believe this is exactly the ARM 1176 chip.

Re: [Openocd-development] ARM1176 insight gdb debug failed

2008-10-06 Thread Ben Dooks
On Tue, Sep 02, 2008 at 08:54:20PM +0800, Ray Tang wrote: > Hi, > > I use S3C6400 cpu of ARM1176 core and use insight to debug. > when I set breakpoint at 0x500c and execute continue command,though > I telnet to OpenOCD use reg command display pc register value is > 0x500c,but receive erro

Re: [Openocd-development] ARM1176 problems

2008-10-06 Thread Ben Dooks
On Thu, Oct 02, 2008 at 08:50:32AM +0200, ?yvind Harboe wrote: > On Wed, Oct 1, 2008 at 11:08 PM, Ben Dooks <[EMAIL PROTECTED]> wrote: > > Has openocd been tested recently with ARM1176? I'm running r1013 > > and it is repsonding as so: > > > > Info: JTAG

Re: [Openocd-development] ARM1176 problems

2008-10-02 Thread Ben Dooks
On Thu, Oct 02, 2008 at 08:50:32AM +0200, ?yvind Harboe wrote: > On Wed, Oct 1, 2008 at 11:08 PM, Ben Dooks <[EMAIL PROTECTED]> wrote: > > Has openocd been tested recently with ARM1176? I'm running r1013 > > and it is repsonding as so: > > > > Info: JTAG

[Openocd-development] ARM1176 problems

2008-10-01 Thread Ben Dooks
Has openocd been tested recently with ARM1176? I'm running r1013 and it is repsonding as so: Info: JTAG device found: 0x2b900f0f (Manufacturer: 0x787, Part: 0xb900, Version: 0x2) Info: JTAG device found: 0x07b76f0f (Manufacturer: 0x787, Part: 0x7b76, Version: 0x0) Error: Error validating JT

Re: [Openocd-development] Embedded Linux, MMU and OpenOCD

2008-07-05 Thread Ben Dooks
On Fri, Jul 04, 2008 at 06:54:57PM +0200, ?yvind Harboe wrote: > Has anyone successfully used OpenOCD to debug Linux w/MMU? To debug the kernel? the best way is to attach gdb to OpenOCD and use it to interface with the kernel vmlinux file to provide symbol and other debug information. Since we pr