Help with IAR, OpenOCD, LPC2478-STK & USB JTAG Tiny

I just got this board http://www.sparkfun.com/products/8853

with this programmer http://www.sparkfun.com/products/8278

I’m in Windows 7, 30 day eval of IAR v6.10, openOCD 0.4.0 (I think)

I got the drivers installed just fine for the programmer (all three devices show up in Device Manager).

At this point, all I want to do is program the IAR demo from the Olimex CD to the dev board. If I can do that, I think I can figure everything else out.

In the PDF from Olimex “Using OpenOCD server and IAR Embedded Workbench”, I am unable to get the openocd server to start, or something. Here is what I’m getting.

C:\OpenOCD>openocd-libftdi.exe -f olimex-jtag-tiny.cfg -f ./tcl/target/lpc2478.c

fg

Open On-Chip Debugger 0.4.0 (2010-11-23-14:20)

Licensed under GNU GPL v2

For bug reports, read

http://openocd.berlios.de/doc/doxygen/bugs.html

jtag_nsrst_delay: 100

jtag_ntrst_delay: 100

trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain

RCLK - adaptive

Error: unable to open ftdi device: device not found

Command handler execution failed

Any idea what I should do to get rid of the Device Not Found error? The programmer is plugged into USB and shows in device manager. I’ve tried it both with the board turned on and hooked up through JTAG. The file Olimex-jtag-tiny.cfg includes the correct device IDs that match with those in Device Manager.

So far I’ve spent most of today banging my head against the wall. I have no idea how to proceed, as I am not a linux guy at all :oops: