(New to this forum, but I don’t see my problem already addressed)
I’m trying to use OpenOCD on Ubuntu (XubuTOS 2, actually) with the Olimex ARM-USB-TINY, to program an Imote2 (Crossbow). I understand that the ARM-USB-TINY device works only with the ftd2xx, not ftdi, driver.
So, I’ve installed libftd2xx-0.4.16 and built openocd with --enable-ft2232_ftd2xx. Openocd configures, makes, and installs without error.
But when I launch openocd (using ‘arm-usb-tiny.cfg’) it responds…
Error: The specified JTAG interface was not found (ft2232)
The following JTAG interfaces are available:
Command handler execution failed
I suspect that the ftd2xx driver isn’t working, but don’t know how to debug it.
Suggestions on what to try - or, alternatively, where I should be looking for help?
Thanks!