openfpgaloader

Universal utility for programming FPGA devices via various interfaces

brewmacoslinux
Try with needOr install directly
Source

About

Universal utility for programming FPGA

Commands

openFPGALoader

Examples

Program an FPGA with a bitstream file using USB interface$ openFPGALoader -c digilent_hs1 -d /dev/ttyUSB0 firmware.bit
List available FPGA programmers and their capabilities$ openFPGALoader --list-cables
Program FPGA using SPI interface with specific cable$ openFPGALoader -c ft2232 -m spi design.bin