ARM-USB-TINY on GNU/Linux Ubuntu

Hello :slight_smile:

I bought the ARM-USB-TINY and am I trying to make it working. When I connect it, I get this output of dmesg:

[30782.417782] usb 2-1: new full speed USB device using uhci_hcd and address 7
[30782.616138] usb 2-1: configuration #1 chosen from 1 choice

Output of lsusb:

Bus 002 Device 007: ID 15ba:0004 Olimex Ltd. OpenOCD JTAG TINY

When I try to run OpenOCD, I get this error message:

root@cas-laptop:/home/cas/Documentos/06_software/openocd/trunk# openocd -f /home/cas/Documentos/rockbox_player/svn_code.google/trunk/tools/openocd/arm-usb-tiny.cfg 
Open On-Chip Debugger 1.0 (2008-11-30-02:35) svn:717
$URL: svn://svn.berlios.de/openocd/trunk/src/openocd.c $
Info:    options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-11-30-02:35) svn:717
Error:   ft2232.c:1513 ft2232_init_libftdi(): unable to open ftdi device: device not found
root@cas-laptop:/home/cas/Documentos/06_software/openocd/trunk#

Can someone please help me?

I am working on the [Rockbox Player audio DAP project.

Thank you.](http://www.rockbox.org/twiki/bin/view/Main/RockboxPlayerLittlePrototype)

It’s working now, I had to remove the line ft2232_device_desc “Olimex OpenOCD JTAG” from the “arm-usb-tiny.cfg” file.

Here is my “arm-usb-tiny.cfg” file:

######################################

OpenOCD Configuration Script

Interface: Olimex JTAG USB OCD Tiny

######################################

######################

Daemon configuration

######################

telnet_port 4444

gdb_port 3333

gdb_detach resume

gdb_memory_map enable

gdb_flash_program enable

daemon_startup reset

##############################

JTAG interface configuration

##############################

interface ft2232

################

ft2232 options

################

interface ft2232

ft2232_layout olimex-jtag

ft2232_vid_pid 0x15ba 0x0004