trabucayre / openFPGALoader

Universal utility for programming FPGA
https://trabucayre.github.io/openFPGALoader/
Apache License 2.0
1.16k stars 249 forks source link

Xilinx bitstream indentifed as raw rather than bit #232

Open trebisky opened 2 years ago

trebisky commented 2 years ago

This caused me several lost hours, but ultimately the fix is easy, just specify the type. I am working with a Vivado generated .bit file for the Zynq processor, I am also using the XVC cable via "xvcd-pico" and the following works great:

openFPGALoader -c xvc-client --file-type bit blink.bit

trabucayre commented 2 years ago

Could you provides original command you was use (where the bitstream is not recognize as bit file) ? I have checked code and tested with some .bit files without type detection error.

Thanks (and thanks for XVC client feedback too )

trabucayre commented 1 year ago

Any news?