Forum Discussion
Hi uzumaki,
I believe I may have misinterpreted your previous message. Please let me know if this is correct. Do you mean that you want to configure the FPGA fabric through the PCIe link and you are looking for a Linux driver for this configuration mode?
If this interpretation is correct, you may need to develop your own custom CvP driver for Linux using the sample source code provided for our customer. The sample driver is written in C and can be downloaded from the Configuration via Protocol webpage - https://www.intel.com/content/www/us/en/support/programmable/support-resources/configuration/cfg-via-protocol.html.
This is the code for an open-source Linux driver to configure the core of an FPGA via CvP. You can use this open-source code as a reference when writing your own driver, or customize this driver to perform CvP operations on your system.
Please note that the Linux driver provided by Intel is not a production driver. You must adapt this driver to your design's strategy.
Should you require assistance with the CVP driver flow, please refer to the detailed instructions provided in this user guide.
https://www.intel.com/content/www/us/en/docs/programmable/683889/current/cvp-driver-flow.html
Thanks.
Best regards,
Khai