Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-22 Thread Salvador Arroyo
On 03/22/2013 03:03 PM, Mindy Beseler wrote: I'm using libftdi-0.20 and libusb-win32-bin-1.2.6.0 I believe those are the newer drivers, right? No. But libusb is required. Enable it by adding "--enable-ftdi" at configure, before compiling. Use the driver configuration file from: /tcl/int

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-22 Thread Mindy Beseler
I'm using libftdi-0.20 and libusb-win32-bin-1.2.6.0 I believe those are the newer drivers, right? There was no ft2232_latency in my flyswatter3.cfg file so I added one setting it to 1 but it made no difference in the download speed. Are you able to see faster speeds with your version of openOCD

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-22 Thread Salvador Arroyo
On 03/22/2013 03:23 AM, Mindy Beseler wrote: Hi, I didn't try the patch per se but I put the jtag_add_clocks() call in the fastdata for loop. Hardcoding the number of clocks. My major concern at this point is seeing what's the max download speed we can get out of openOCD. With the code

Re: [OpenOCD-devel] [PATCH] PLLA frequency calculation was missing DIV>1 possibilities.

2013-03-22 Thread Xiaofan Chen
On Mon, Mar 18, 2013 at 3:51 AM, Thomas Schmid wrote: > Please find below my patch for the SAM3 calculations of the PLLA > frequency. If the DIV factor was bigger than 1, the PLLA frequency was > set to 0. The patch below fixes this (tested). > > --- > src/flash/nor/at91sam3.c |4 ++-- > 1 fi