Installing USB Drivers
To program s using the software and programming cables, you need to install drivers.
Efinix development boards have FTDI chips (FT232H, FT2232H, or FT4232H) 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 |
|---|---|
| TrionĀ® T120 BGA324 Development Board | Install drivers for all interfaces (0 and 1). |
| Titanium Ti60 F225 Development Board | Install drivers for interfaces 0 and 1 only. Windows automatically installs a driver for interfaces 2 and 3 when you connect the board to your computer. |
| Titanium Ti180 J484 Development Board, Topaz
Tz170 J484 Development Board |
Install driver for interface 1 only. |
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