Installing USB Drivers
To program Titanium™ FPGAs using the Efinity® software and programming cables, you need to install drivers.
Efinix development board has FT4232H FTDI chip to communicate with the USB port and other interfaces such as SPI, JTAG, or UART. Refer to the Efinix development kit user guide for details on installing drivers for the development board.
Installing Drivers on Windows
On Windows, you use software from Zadig to install drivers. Download the Zadig software (version 2.7 or later) from zadig.akeo.ie. (You do not need to install it; simply run the downloaded executable.)
| Board | Interface to Install Driver |
|---|---|
| Titanium Ti375 C529 Development Board | Install drivers for interfaces (0 and 1) |
To install the driver:
Installing Drivers on Linux
The following instructions explain how to install a USB driver for Linux operating systems.
- Disconnect your board from your computer.
- In a terminal, use these
commands:
> sudo <installation directory>/bin/install_usb_driver.sh > sudo udevadm control --reload-rules > sudo udevadm trigger