Visible to Intel only — GUID: hvu1551040050884
Ixiasoft
1. About this Document
2. System Requirements and Release Installation
3. Installing the OPAE Software Package
4. Identify the FPGA Interface Manager (FIM) and BMC Firmware Version
5. Running FPGA Diagnostics
6. Running the OPAE in a Non-Virtualized Environment
7. Running the OPAE in a Virtualized Environment
8. Intel® Acceleration Stack Quick Start Guide: Intel® FPGA PAC D5005 Archives
9. Document Revision History for Intel® Acceleration Stack Quick Start Guide: Intel® FPGA PAC D5005
A. Handling Graceful Thermal Shutdown
B. FPGA Device Access Permission
C. Memlock Limit
D. Troubleshooting Frequently Asked Questions (FAQ)
D.1. Why do I see a 'No Suitable slots found' message when running fpgasupdate on my AFU image?
D.2. Which environment variables are required?
D.3. What actions do I take if I see the error message 'Error enumerating resources: no driver available'?
D.4. Command lsmod | grep fpga shows no output after installing the OPAE driver. How to successfully install the OPAE driver?
D.5. Command rpm -qa | grep opae does not return the installed opae rpm package. How to successfully install the packages?
D.6. What action do I take if the Intel® FPGA PAC D5005 does not show up on the PCIe bus?
D.7. Why does the PCIe not detect the Intel® FPGA PAC D5005 card?
Visible to Intel only — GUID: hvu1551040050884
Ixiasoft
2.4.3. Verifying the Installation
Ensure the Intel® Acceleration Stack installed correctly.
- Check the driver installation.
lsmod | grep fpga
Expected output:ifpga_sec_mgr 13757 1 intel_max10 intel_fpga_pac_iopll 13722 0 intel_fpga_pac_hssi 24389 0 intel_fpga_afu 36165 0 intel_fpga_fme 71639 0 fpga_mgr_mod 14812 1 intel_fpga_fme intel_fpga_pci 26500 2 intel_fpga_afu,intel_fpga_fme
- Verify the OPAE library installation.
rpm -qa | grep opae
Expected output:opae-tools-1.1.4-8.x86_64 opae-devel-1.1.4-8.x86_64 opae-tools-extra-1.1.4-8.x86_64 opae-intel-fpga-driver-2.0.2-1.x86_64 opae.pac_sign-1.0.2-1.x86_64 opae-libs-1.1.4-8.x86_64 opae-one-time-update-d5005-2.0.1-5.noarch opae-1.1.4-8.x86_64 opae.admin-1.0.2-1.noarch opae-ase-1.1.4-8.x86_64 opae-super-rsu-d5005-2.0.1-6.noarch
Note: The output may differ if you choose to manually install the OPAE.