Allright, can someone help a complete newbe out? I’m trying to get my new Olimex Arm-usb-ocd working with OpenOCD, but I keep getting "Error: ft2232.c:1033 ft2232_init(): unable to open ftdi device: 2
Hardware manager does not seem to think the driver is installed. How the heck do you install the driver for this thing? I’m hoping to use NoIce debugger with this.
sciciora:
Allright, can someone help a complete newbe out? I’m trying to get my new Olimex Arm-usb-ocd working with OpenOCD, but I keep getting "Error: ft2232.c:1033 ft2232_init(): unable to open ftdi device: 2
Hardware manager does not seem to think the driver is installed. How the heck do you install the driver for this thing? I’m hoping to use NoIce debugger with this.
Thanks much for your time,
= Steve
I am using OpenOCD with NoIce and the Olimex ARM-USB-OCD. Both of the drivers that you need are included in the YAGARTO distribution. After you have installed OpenOCD from the YAGARTO distribution you will find the drivers in yourOCDpath\driver\arm_usb_ocd. Just point the installer there when Windows complains about the lack of drivers.
Thanks! With all my hair pulling, I forgot that I saw drivers in the OpenOCD directory.
One of my problems was that my laptop could not provide enough power to the USB port. Plugging a powered hub between my laptop and my ARM-USB-OCD was required.
Now that I have the drivers installed, time to give it another try.