Skip to content

Installing the drivers

Juan Gonzalez-Gomez edited this page Apr 13, 2016 · 4 revisions

Linux

Setup the rules file

sudo cp 80-icestick.rules /etc/udev/rules.d/
sudo service udev restart

Windows

https://github.com/FPGAwars/libftdi-cross-builder/wiki#driver-installation

Mac

Install Homebrew

Install libftdi0

brew install libftdi0

Configure drivers

sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
sudo kextunload -b com.apple.driver.AppleUSBFTDI

Clone this wiki locally