-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
this is an issue with a known workaround, and here is the solution if anyone else is encountering the same issues i did
- clone the tinyFPGA programmer application repo, as well as its 2 dependencies, "a-series programmer" and "b-series"
(if you clone it using the recursive command, that will do it automatically, but if youre on windows, chances are you arent downloading this using the command line) - copy the folder "tinyfpgab" from "b-series/programmer" into the tinyfpga programmer repo directory, so its in the same folder as the "tinyfpga-programmer-gui.py"
- install python 2.7
- copy the folders tcl8.5 and tk8.5 from c:/python27/tcl to c:/python27/lib (note: these directories may change depending on your python install. you may just have to find your python install folder wherever it is. the folders will always be named tcl and lib, though)
- open cmd (windows key+r, type "cmd", press enter), use the cd command to navigate to your repo, and then run the commands "pip install pyserial", followed by "python tinyfpga-programmer-gui.py"
- (optional) i suggest making a .bat file containing that last command so you dont have to redo that every time
Metadata
Metadata
Assignees
Labels
No labels