I’m getting the following error:
Error: unable to open ftdi device: device not found
I’ve looked but if this topic is resolved elsewhere, a pointer is appreciated.
Here is my hardware
o Olimex SAM7-P256 development board, it has one AT91SAM7S256 processor
o Olimex ARM-USB-OCD JTAG adapter
I used the CD provided with the ARM-USB-OCD and followed the howto
document from Olimex to install the drivers and did so on 32 bit Windows 7
as well as 64 bit Windows 7. I checked the device manager and it appears
that the drivers are all properly installed.
I’m using Freddie Chopin’s builds of openocd version 0.4 on 32 bit Windows 7
and openocd version 0.5 on 64 bit Windows 7. I entered the given example
autoprobe configuration code as ‘probe.cfg’.
source [find interface/olimex-arm-usb-ocd.cfg]
reset_config trst_and_srst
jtag_rclk 8
I get the error on both the Windows 7 platforms. On a Windows XP machine
the board is detected.
Thanks;