Hello, I am getting this error with my latest batch of plugs:
./runme.sh
**** Preparing environment variables file ...
**** Burning uboot and environment variables ... This will take few minutes ...
Open On-Chip Debugger 0.2.0-in-development (2009-05-17-10:32) svn:1800M
BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
$URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
2000 kHz
dcc downloads are enabled
Error: unable to open ftdi device: device not found
Runtime error, file "command.c", line 453:
**** openocd FAILED
**** Is the mini USB cable connected?
**** Try powering down, then replugging the Sheevaplug
And in /var/log/messages I get the following etnries:
Sep 18 10:56:24 ken-lx kernel: usb 5-1: new full speed USB device using uhci_hcd and address 7
Sep 18 10:56:24 ken-lx kernel: usb 5-1: New USB device found, idVendor=0403, idProduct=6010
Sep 18 10:56:24 ken-lx kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 18 10:56:24 ken-lx kernel: usb 5-1: Product: Dual RS232
Sep 18 10:56:24 ken-lx kernel: usb 5-1: Manufacturer: FTDI
Sep 18 10:56:24 ken-lx kernel: usb 5-1: configuration #1 chosen from 1 choice
Sep 18 10:56:24 ken-lx kernel: ftdi_sio 5-1:1.0: FTDI USB Serial Device converter detected
Sep 18 10:56:24 ken-lx kernel: usb 5-1: Detected FT2232C
Sep 18 10:56:24 ken-lx kernel: usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB1
Sep 18 10:56:24 ken-lx kernel: ftdi_sio 5-1:1.1: FTDI USB Serial Device converter detected
Sep 18 10:56:24 ken-lx kernel: usb 5-1: Detected FT2232C
Sep 18 10:56:24 ken-lx kernel: usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB2
However, on my other (older) plugs, I would get these entries:
Sep 16 15:50:02 ken-lx kernel: usb 5-1: new full speed USB device using uhci_hcd and address 21
Sep 16 15:50:02 ken-lx kernel: usb 5-1: New USB device found, idVendor=9e88, idProduct=9e8f
Sep 16 15:50:02 ken-lx kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 16 15:50:02 ken-lx kernel: usb 5-1: Product: SheevaPlug JTAGKey FT2232D B
Sep 16 15:50:02 ken-lx kernel: usb 5-1: Manufacturer: FTDI
Sep 16 15:50:02 ken-lx kernel: usb 5-1: SerialNumber: FTSA8DK3
Sep 16 15:50:02 ken-lx kernel: usb 5-1: configuration #1 chosen from 1 choice
Sep 16 15:50:02 ken-lx kernel: usb 5-1: Ignoring serial port reserved for JTAG
Sep 16 15:50:02 ken-lx kernel: ftdi_sio 5-1:1.1: FTDI USB Serial Device converter detected
Sep 16 15:50:02 ken-lx kernel: usb 5-1: Detected FT2232C
Sep 16 15:50:02 ken-lx kernel: usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB1
You can clearly see that one of the 2 serial ports was reserver for JTAG. Has anyone else run accross this yet?
And if so, how does one now JTAG the plug?
Thanks,
Ken