Skip to content

Instantly share code, notes, and snippets.

@goran-mahovlic
Last active February 22, 2019 21:42
Show Gist options
  • Save goran-mahovlic/02159ada5435f1e94839f60f33ab3820 to your computer and use it in GitHub Desktop.
Save goran-mahovlic/02159ada5435f1e94839f60f33ab3820 to your computer and use it in GitHub Desktop.
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