webfpga / cli

Official WebFPGA Command-line Utility
MIT License
6 stars 3 forks source link

Push first version of Python-based flasher #1

Closed DavidCPlatt closed 5 years ago

DavidCPlatt commented 5 years ago

It seems to work - I've successfully flashed the blinky and rgb images and they both appear to function correctly.

Syntax: ./flasher.py [compressedbistream.bin]

If you don't provide a bitstream file, it will locate and interrogate the WebFPGA programmer, and do all of the steps up to but not including actual erasure of the device, and then stop.

ryanmjacobs commented 5 years ago

Great! I'll take a look at this and try to merge it in soon :+1: