Last active
February 22, 2019 21:42
-
-
Save goran-mahovlic/02159ada5435f1e94839f60f33ab3820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apio BETA install 12F test | |
sudo apt install python3-pip python3-setuptools gtkwave | |
git clone https://github.com/mmicko/apio | |
cd apio | |
git checkout develop | |
sudo pip3 install -e . | |
apio install -a | |
sudo apio drivers --ftdi-enable | |
cd ~ | |
git clone https://github.com/mmicko/ulx3s-examples | |
cd ulx3s-examples/blinky/ | |
apio build | |
apio upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment