trabucayre / openFPGALoader

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

Xilinx | First bitstream doesn't load #417

Open ame-essi-instr opened 5 months ago

ame-essi-instr commented 5 months ago

Hello,

I use .mcs file to write new blank spi flash (s25fl256s), but if I do not flash .mcs file with Vivado and Xilinx probe before (for the first time only) to use Openfpgaloader the bitstream isn't load from the flash by the FPGA.

I run the command: sudo openFPGALoader -c ft4232 --ftdi-channel 0 --fpga-part xc7a200tfbg484 --bulk-erase sudo openFPGALoader -c ft4232 --ftdi-channel 0 --fpga-part xc7a200tfbg484 --write-flash "00020015.mcs"

Is it another command to run first? (After a first Vivado Flash I can write flash with Openfpgaloader without problem).

Thanks Regards

UweBonnes commented 4 months ago

Start first with detect: openFPGALoader -c ft4232 --ftdi-channel 0 --detect If successfull, otherwise fix openFPGALoader -c ft4232 --ftdi-channel 0 /spiOverJtag_xc7a200tfbg484.bit.gz -f "00020015.mcs" Check output if flash is recognized Eventually add the board so you can run with -b