Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-06 Thread Laurent Gauch
Hi Laurent, >/ They are two major troubles with the Altera USB Blaster : /[...] >/ So if you want to accelerate the Altera USB Blaster you have to queue />/ the commands in the API driver and then send a sequence of command to />/ the device. /I realized that and I'm currently working on it. A

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-06 Thread Felix Erckenbrecht
Hi Laurent, > They are two major troubles with the Altera USB Blaster : [...] > So if you want to accelerate the Altera USB Blaster you have to queue > the commands in the API driver and then send a sequence of command to > the device. I realized that and I'm currently working on it. Also I hav

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-06 Thread Laurent Gauch
>/ But it seems to be very slow. I got a lot of packet errors, when loading a binary... I will check my configuration files tomorrow and try to get a binary loaded and debugged. /yep - I discovered the same problem. It seems that it takes in the range of ms (USB Poll interval?) between single

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-05 Thread Felix
Hi, > But it seems to be very slow. I got a lot of packet errors, when loading a > binary... I will check my configuration files tomorrow and try to get a > binary loaded and debugged. yep - I discovered the same problem. It seems that it takes in the range of ms (USB Poll interval?) between s

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-05 Thread Stefan van Lier
Hi, a little change... a great effect... I just tested your changes on a local copy of openocd and now I get my Altera USB-Blaster at work. Now it's possible to detect the jtag tap of my device. (without the patch i got errorss like "all ones and zeros"...) But it seems to be very slow. I

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Felix
> Can you git bisect to find the problem commit? > After having a look at the git commits, it seems that the first commit from 2009-12-29 already has the broken version. The sane version I was referring to, was passed to the mailing list by Catalin Patulea (cat at vv.carleton.ca) on Sun Dec 20

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Austin, Alex
Can you git bisect to find the problem commit? Felix wrote: Hi, the driver for the Altera USB-Blaster and compatibles in version 0.4.0 (and up to the current git snapshot) is (at least partially) broken. Somewhere in the merge process, the bit which enables the output (and the LED in the ori

[Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Felix
Hi, the driver for the Altera USB-Blaster and compatibles in version 0.4.0 (and up to the current git snapshot) is (at least partially) broken. Somewhere in the merge process, the bit which enables the output (and the LED in the original altera usb blaster) must have got lost. It was included i