openFPGALoader icon indicating copy to clipboard operation
openFPGALoader copied to clipboard

Universal utility for programming FPGA

Results 107 openFPGALoader issues
Sort by recently updated
recently updated
newest added

I'm using the latest release build (v0.10.0 from the Releases page) Trying to run this command: ```bash $ ./openFPGALoader --detect --cable usb-blasterII --probe-firmware ~/Chrome-Downloads/blaster_6810.hex ``` I get this output: ```...

Hi, is windows supported ? Greetings Axel

Hi! This is just something I noticed, which I am not sure if it is a potential problem, or actually intended. (Background: I had problems to read data from SPI...

Detect STM32 Example output: > ./openFPGALoader -c ftdijtag --detect Jtag frequency : requested 6.00MHz -> real 6.00MHz index 0: idcode 0x6411041 type STM32 Device irlength 4 index 1: idcode 0x4ba00477...

In windows I cannot connect to XVC PI-Pico Daemon (https://github.com/kholia/xvc-pico) Using : openFPGALoader.exe -c --xvc-client 2542 --file-type bin tld_test_placa_a100t.bin The error is Jtag: support for xvc-client was not enabled at...

enhancement

Hi, I have a zedboard and used the -f command to program the QSPI. zedboard configured to be in QSPI boot. openFPGAloader -b zedboard -f design.bit Jtag frequency : requested...

Hello, I am trying to program a Zedboard with openfpgaloader. I exported the .blt file from Vivado. Here is the error message: ``` % openfpgaloader -b zedboard sampleProject.blt Jtag frequency...

Hi , I know Kria is not listed in the supported device, But I ft4232 is listed in the cable list. Below is what I get $ openFPGALoader -c ft4232...

help wanted
feature

i've been trying to load Efinix Ti60 with openFPGALoader but have not been successful. Using litex or the efinix flasher works fine. I run it with the following command `openFPGALoader...

bug

After reading the comment and the doc about bitbanged SPI programming I was wondering if loading a bitstream to then do faster SPI over JTAG is feasible. If so, it’s...