On 2013-04-13, Andreas Fritiofson <[email protected]> wrote: > 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?
I followed think link on http://openocd.sourceforge.net/ to the GIT repository and clicked the "download a snapshot" link at the top of the page: http://sourceforge.net/p/openocd/code/ci/master/tree/ I asked on the mailing list a few days ago about using 0.6.1 vs git head, and was told to use a git snapshot. So I used a git snapshot. > The bootstrap script seems to require a > real git repo, not just a snapshot. Apparently so. > It's better supported and probably easier to do a git clone instead > of messing with snapshots. Well, downlaoding a snapshot requires a single click and doesn't require that you have git installed, so I don't think it's "easier". It does seem to be better supported. :) > 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. Um, OK, but how can you use an Olimex JTAG tiney without an ft2232 driver when that device is based on the ft2232? > I recommend using --enable-ftdi instead of (or in addition to) > --enable-ft2232_libftdi. Don't you still end up with an ft2232 driver? -- Grant Edwards grant.b.edwards Yow! I am NOT a nut.... at gmail.com ------------------------------------------------------------------------------ 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
