Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xilinx | First bitstream doesn't load #417

Open
ame-essi-instr opened this issue Jan 11, 2024 · 1 comment
Open

Xilinx | First bitstream doesn't load #417

ame-essi-instr opened this issue Jan 11, 2024 · 1 comment

Comments

@ame-essi-instr
Copy link
Contributor

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

@ame-essi-instr ame-essi-instr changed the title Xilinx | First bitstream not load Xilinx | First bitstream do not load Jan 11, 2024
@ame-essi-instr ame-essi-instr changed the title Xilinx | First bitstream do not load Xilinx | First bitstream doesn't load Jan 11, 2024
@UweBonnes
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants