Open wormyrocks opened 1 year ago
Needed to patch OpenFPGALoader with bitstream for EP4CE6: https://github.com/d-lec/openFPGALoader/commit/1eade2eef7c1711595deb92af8bb0a03c5737aee We should take a stab at porting over support for FT232R in bitbang mode, that way people with generic USB to serial converters can also program their FPGAs without having to rustle up a USB blaster or clone. https://trabucayre.github.io/openFPGALoader/guide/advanced.html procedure:
openFPGALoader -c usb-blaster output_file.rbf
openFPGALoader -c usb-blaster output_file.rbf --fpga-part ep4ce622 -f
you can also write an RPD file, but it's much slower.
https://github.com/trabucayre/openFPGALoader