Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12606 Discussions

USB-BLaster/FTDI USB driver conflict

Altera_Forum
Honored Contributor II
1,413 Views

Hi all, 

 

I have a FTDI 245 USB chip that's connected to a Cyclone NIOS. If I run the FTDI driver on one PC and the USB Blaster (e.g. Quartus programmer, NIOS IDE debugger, etc.) on another machine everything works fine. If I plug both the USB Blaster and my device into the same PC I get an error from Windows (XP) that it cannot load the driver while the same driver is already loaded into memory. 

 

Anyone know how I can get around this? 

 

Thanks, 

Andrew Queisser
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
397 Views

queisser, 

 

I solved this by changing the name of the ftd2xx.sys driver to say ftdi2xx.sys. You will have to edit the ftd2xx.inf file and change all references to ftd2xx.sys to whatever you renamed it too then update the driver. 

 

As to why you can't have 2 different device ID's using the same driver file is not something I looked into. 

 

ciao
0 Kudos
Altera_Forum
Honored Contributor II
397 Views

Works great, thanks for that tip. And the FTDI driver correctly enumerates both my device and the USB blaster!

0 Kudos
Reply