You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ame-essi-instr
changed the title
Xilinx | First bitstream not load
Xilinx | First bitstream do not load
Jan 11, 2024
ame-essi-instr
changed the title
Xilinx | First bitstream do not load
Xilinx | First bitstream doesn't load
Jan 11, 2024
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
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
The text was updated successfully, but these errors were encountered: