Skip to content

tinyfpga/TinyFPGA-Programmer-Application

Repository files navigation

TinyFPGA-Programmer-Application

Desktop application for programming TinyFPGA boards

How to checkout the git repo with the sub-modules

This git repo uses sub-modules to link to other git repos on github. In order to clone the repo as well as the sub-modules you need to add an extra option to your clone command-line:

git clone --recursive https://github.com/tinyfpga/TinyFPGA-Programmer-Application.git

The --recursive argument tells git to clone all the sub-modules as well. For more information on how git sub-modules work, check out this Git Submodules basic explanation.

Once you've cloned the repo you can launch the programmer with python:

cd TinyFPGA-Programmer-Application
python2 tinyfpga-programmer-gui.py