Solved
Forum Discussion
JohnT_Altera
Regular Contributor
5 years agoHi,
I understand that you are using the open source code previously. If you go to <Quartus Prime installation path>/quartus/drivers/wdrvr/linux<32 or 64> then you will be able to make and configure the Official Quartus quartus_cvp command from the Quartus installation. Please follow the bellow step in order to install the PCIe driver before you are able to use quartus_cvp.
Installing Jungo WinDriver in Linux Systems
- Navigate to <Quartus Prime installation path>/quartus/drivers/wdrvr/linux<32 or 64>
- Run the following commands:
- ./configure --disable-usb-support
- make
- su
- make install
- You can change the permissions for the device file. For example, chmod 666 /dev/windrvr6.
- For 64-bit Linux systems, set the Quartus_64BIT environment variable before you run quartus_cvp using the following command:
- export QUARTUS_64BIT=1
- You can use the quartus_cvp command to download *core .rbf files to your FPGA. The following table lists the quartus_cvp commands for all modes
- SATC5 years ago
Occasional Contributor
John, I don't have the driver folder in the Quartus installation path. I installed the jungo windriver and configured it similarly to the one you indicated, following the installation tutorial on the official website. But I still have the result of the previous answer