[Openocd-development] Minor fix for script directory searching under MinGW

2009-01-21 Thread Dimitar Dimitrov
attaching a somewhat ugly patch that resolves the issue. Regards, Dimitar Dimitrov Index: src/helper/options.c === --- src/helper/options.c (revision 1355) +++ src/helper/options.c (working copy) @@ -80,6 +80,28 @@ strcat

[Openocd-development] Address translation failure with SAM9-L9260 board script

2009-10-25 Thread Dimitar Dimitrov
Hi, I'm trying to debug SAM9-L9260 board /AT91SAM9260 chip/ using the latest GIT openocd checkout, FTDI-based dongle and libftdi-0.16. I made the following minor fix to the board cfg: - diff --git

Re: [Openocd-development] Address translation failure with SAM9-L9260 board script

2009-10-25 Thread Dimitar Dimitrov
I applied the patches but I got the following error: Error: 228 7449 ft2232.c:419 ft2232_read(): couldn't read the requested number of bytes from FT2232 device (0 6) After increasing the FT2232 timeouts (patch attached) the reset init command completed successfully. Then I tried to load an

[Openocd-development] USB bulk write failures when using FT2232H dongle

2009-10-27 Thread Dimitar Dimitrov
Hi, I'm trying to debug SAM9-L9260 board /AT91SAM9260 chip/ using the latest GIT openocd checkout, FT2232H-based dongle and libftdi-0.16. I'm getting the following error when issuing reset init: Error: 228 7449 ft2232.c:419 ft2232_read(): couldn't read the requested number of bytes from

Re: [Openocd-development] USB bulk write failures when using FT2232H dongle

2009-10-28 Thread Dimitar Dimitrov
and with external USB hub. Meanwhile, however, I'm open for suggestions. Regards, Dimitar On Tuesday 27 October 2009, David Brownell wrote: On Tuesday 27 October 2009, Dimitar Dimitrov wrote: I'm trying to debug SAM9-L9260 board /AT91SAM9260 chip/ using the latest GIT openocd checkout, FT2232H

Re: [Openocd-development] USB bulk write failures when using FT2232H dongle

2009-10-29 Thread Dimitar Dimitrov
I fixed the issue by disabling dcc memory uploads. Otherwise my setup hasn't changed: 1. Openocd fetched from latest GIT 2. libftdi-0.16 from the latest release tarball 3. FT2232 timeout/retry-count patch applied (attached). 4. ARM-USB-TINY-H interface config (attached) After starting openocd I

Re: [Openocd-development] Address translation failure with SAM9-L9260 board script

2009-10-30 Thread Dimitar Dimitrov
On Sunday 25 October 2009, you wrote: If you could report back on whether software breakpoints work in memory marked as read only by the MMU that would be fantastic. Where can I find an example application that enables the MMU and marks code regions as read only? Dimitar

Re: [Openocd-development] USB bulk write failures when using FT2232H dongle

2009-10-30 Thread Dimitar Dimitrov
On Friday 30 October 2009, David Brownell wrote: On Thursday 29 October 2009, Dimitar Dimitrov wrote: I fixed the issue by disabling dcc memory uploads. Bizarre. Disabling those let the initial enumeration work at full speed?? Or was that caused by some other patches in your repository

Re: [Openocd-development] Olimex arm-jtag-ew and openocd

2010-02-02 Thread Dimitar Dimitrov
On Tuesday 02 February 2010 04:29:36 David Brownell wrote: On Monday 01 February 2010, Xiaofan Chen wrote: I do not think libusb0.dll is the problem. It is said that arm-jtag-ew emulates the J-Link in low level API. It takes quite some for OpenOCD to get J-Link working properly. So I will

Re: [Openocd-development] Help with openocd 0.4.0 and the Olimex arm-jtag-ew programmer

2010-02-02 Thread Dimitar Dimitrov
Could you run openocd with highest verbose messages level? Also turn on the usb comm and I/O debug options from the configure script invocation? Regards, Dimitar ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Olimex arm-jtag-ew and openocd

2010-02-03 Thread Dimitar Dimitrov
On Wednesday 03 February 2010 14:55:20 Nick wrote: here is my output: Info : ARM-JTAG-EW firmware version 1.4, hardware revision A, SN=OL24B4C000F43EE, Additional info: Date of firmware comp ilation: Sep 10 2009, 15:55:50, Source revision: 823 Info : U_tg = 3235 mV, U_aux = 0 mV, U_tgpwr =

Re: [Openocd-development] Openocd release known issues

2011-06-28 Thread Dimitar Dimitrov
Try latest git. You will need to remove the old autosetup/jimsh0.exe It's a good idea to run 'git clean -f -d -x' prior to running autotools and friends. This will erase all files and directories that aren't under revision control. Regards, Dimitar ___

Re: [Openocd-development] Last call before release / Olimex ARM-JTAG-EW patches

2011-08-03 Thread Dimitar Dimitrov
. This was probably the reason for the additional errors (JTAG chain timeout (?), as in private email from Dimitar Dimitrov, the original author of the driver and a former Olimex employee). Good catch! JTAG chain timeout is expected in such circumstances. Clocking the (presumably full) 4k buffer