Skip to content

Instantly share code, notes, and snippets.

@stoand
Last active September 9, 2020 11:39
Show Gist options
  • Select an option

  • Save stoand/a895b6c96cf5e57ba3edd1b3e345ee13 to your computer and use it in GitHub Desktop.

Select an option

Save stoand/a895b6c96cf5e57ba3edd1b3e345ee13 to your computer and use it in GitHub Desktop.
Using tinyprog in Windows Subsystem for Linux 2

Programming the TinyFPGA while inside Windows Subsystem for Linux 2 (WSL2)

Setup (in Windows):

  • Install Python with update path enabled
  • in powershell: pip install tinyprog then wsl --shutdown then open WSL2 again

Programming (in WSL2)

Don't forget to press the reset button on the fpga before programming

powershell.exe -Command "tinyprog -p blink.bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment