SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By dougm84
#79462
Hi there,

I'm curious, do we need to edit the changes to the ftd*.inf files to match our product IDs and device IDs, or do your changes match all types of JTAG (i.e. the Olimex).
By pieterc
#79466
I'm not an expert with windows drivers and *.inf files, but here's my best guess.

The *.inf files can support multiple VID/PID combinations, but you have to add a line for each one. I don't think you can use a "*" wildcard. If you examine the standard CDM driver from FTDI, you will see that it supports VID_0403&PID_6001, VID_0403&PID_6010 and VID_0403&PID_6011.

You can find out your interface's VID/PID by examining the CFG file in the openocd/interface sub directory and searching for "ft2232_vid_pid".

Best regards,
Pieter