On Fri, Apr 12, 2013 at 11:59 PM, Grant Edwards <[email protected]>
 wrote:

> On 2013-04-12, Grant Edwards <[email protected]> wrote:
>
> > I'm trying to use an Olimex JTAG TINY with an NXP LPC1830 board.
> > It's a GIT snapshot from earlier today:
> >
> >   openocd-code-441914978d1b0debc2c40ef5a660165d53baad27.tar.gz
>

Where does this snapshot come from? The bootstrap script seems to require a
real git repo, not just a snapshot. It's better supported and probably
easier to do a git clone instead of messing with snapshots.

Building from a checkout and not a release requires
--enable-maintainer-mode to configure, otherwise docs cannot be built.

>
> > The Olimex adapter seems to be OK, but openocd crashes:
>

Not crash really, rather a normal exit with error message.

Rats.  I forgot to enable ft2232 support when I ran the ./configure.
> After reconfiguring with --enable-ft2232_libftdi it looks like it's
> working.
>
>
The ft2232 driver is more or less deprecated. It's slow and has a number of
problems.

I recommend using --enable-ftdi instead of (or in addition to)
--enable-ft2232_libftdi. It requires libusb-1.0. Interface configuration
files for the new driver is available in the ftdi subdirectory (i.e. use -f
interface/ftdi/olimex-jtag-tiny.cfg).

/Andreas
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to