openFPGALoader
openFPGALoader copied to clipboard
Universal utility for programming FPGA
I'm looking to add support for xcau20p. When I tried to just detect I got this error ``` empty try to open 403 6014 0 0 iProduct : Digilent USB...
I found my University has a bunch of theses from their order of many different Digilent FPGA kits. https://digilent.com/shop/xup-usb-jtag-programming-cable/ Could we include the driver for these cable inside openFPGALoader? This...
Hey, im trying to add support for the classic Cyclone II (its a very very common entry board to FPGA field) This is the board that im trying to support:...
I have had great success in using `openFPGALoader` to burn a program to RAM on my Lattice MachXO2 board. However, when I try to burn to flash, it fails: ```...
I got new TE0712 modules. On a working setup, I replaced an old programmed modules with the new module. I could load the bitfile to FPGA, and the board worked...
Hi, I tried to program a QSPI Flash (MT25QL256) attached to a Intel 10LP (10CL025YU256I7G) using openFPGALoader (branch master as of today, 1b00940). The output indicates a successful upload of...
I am trying to add support for flash for Artix Ultrascale XCAU25P, could some one point me in the right direction. I see I need to generate a bit file...
I am attempting to flash a bitstream to a custom FPGA board, called the [Dragon-L](https://www.knjn.com/FPGA-Dragon-L.html). It has a `Spartan-6 XC6SLX25T-CSG324` FPGA on board. I am using an Altera USB Blaster...
Hello, i tried using this project for Programming a custom artix-7 board via a J-Link Programming Cable. I installed it in my msys2 with command "pacman -S mingw-w64-ucrt-x86_64-openFPGALoader" when i...