TinyFPGA-Programmer-Application
TinyFPGA-Programmer-Application copied to clipboard
error when running on linux
I am running ubuntu linux 16.04 in VirtualBox on Mac.
I did
git clone --recursive https://github.com/tinyfpga/TinyFPGA-Programmer-Application.git
cd TinyFPGA-Programmer-Application/
python2 tinyfpga-programmer-gui.py
Got message that tk was missing, so I did:
sudo apt-get install python-tk
Now, when I do:
python2 tinyfpga-programmer-gui.py
Traceback (most recent call last):
File "tinyfpga-programmer-gui.py", line 23, in <module>
from tinyfpgab import TinyFPGAB
ImportError: No module named tinyfpgab
Try this patch to get it running on Linux:
Fixing the whole stack to make it system-installable would be nice...maybe I'll do that once my AX2 arrives.