-
Notifications
You must be signed in to change notification settings - Fork 142
Installation
Jesús Arroyo Torrens edited this page Mar 7, 2016
·
24 revisions
Install Python 2.7 and pip
Configure rules file
sudo cp 80-icestick.rules /etc/udev/rules.d/
sudo service udev restart
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
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
- Project structure
- Project configuration file (apio.ini)
- apio
- Project Commands:
- Setup commands:
- Utility Commands:
- Downloading the Blinky example
- The apio-examples package: Adding examples
-
Apio packages
- Tools-oss-cad-suite
- Apio examples
- Tools-drivers (Windows)
- Gtkwave (Windows)