FPGA programming
Added by Oleh Mela almost 10 years ago
Hi,
I have board L138-FI-236-RL.
Developed in Xilinx ISE the design fine works on FPGA at use ISE iMPACT.
Please, tell a step-by-step how to create an image for FPGA and how to provide working of the design at power off/power on.
Best regards,
Oleh
Replies (2)
RE: FPGA programming - Added by Michael Williamson almost 10 years ago
Once you have a bit file that you like you can run the promgen tool to create the binary image to load per this wiki page:
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/FPGA_Overview
Once you have a binary image, you can choose to program the FPGA from either u-Boot or from the linux command line, the choice depends on your application requirements.
Instructions for flashing the binary image to non-volatile storage and programming the FPGA from u-Boot or linux on boot up can be found here:
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Programming_the_FPGA
-Mike
RE: FPGA programming - Added by Oleh Mela almost 10 years ago
Thank for your reply Mike.
Is it possible to write an image FPGA through СОМ1 on MityDSP? Whether it is possible to make it under Windows?
Oleh