Skip to content
Jesús Arroyo Torrens edited this page Mar 7, 2016 · 24 revisions

Apio dependencies

Linux

Ubuntu

Install Python 2.7 and pip

Configure rules file

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

Windows

Install Python 2.7

NOTE: DON’T FORGET to select Add python.exe to Path feature on the “Customize” stage, otherwise Python Package Manager pip command will not be available.

Install FPGA driver:

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

Mac

Install Python 2.7 and Homebrew

Install libftdi0

brew install libftdi0

Configure drivers

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

Back to installation instructions

Clone this wiki locally