TinyFPGA-Programmer-Application icon indicating copy to clipboard operation
TinyFPGA-Programmer-Application copied to clipboard

Desktop application for programming TinyFPGA boards

Results 8 TinyFPGA-Programmer-Application issues
Sort by recently updated
recently updated
newest added

After installing the latest release on Windows 10 (with all install options selected), running the program gives an error: "Python Launcher is sorry to say... Requested Python version (2.7) is...

i cloned via the provided guide and tried to run 'tinyfpga-programmer-gui.py' and it gave: Traceback (most recent call last): File "/Users/jonahym/Documents/TinyFPGA-Programmer-Application/tinyfpga-programmer-gui.py", line 23, in from tinyfpgab import TinyFPGAB ImportError: No...

this is an issue with a known workaround, and here is the solution if anyone else is encountering the same issues i did 1. clone the tinyFPGA programmer application repo,...

Similar to #6 - tcl seems to be missing from the default installation on windows? Works ok with full "default" install of python 2.7.x (with tk included) - so either...

I started TinyFPGA Programmer v1.1.5 applicaion without it being connected by USB to the programmer, by mistake since it was my first time using it. The Select File button brings...

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...

Hi, I had to make these changes to get the gui to work correctly on my system. It was missing a path for the b-series module. The #!python2.7 didn't work...

When the repo is cloned, it does not copy the other repositories. You seem to have them somehow linked in the repository so they display correctly on github, but when...