Visible to Intel only — GUID: cpv1542215838078
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: cpv1542215838078
Ixiasoft
2.4.1. Installing Red Hat* Enterprise Linux* version 7.6
- Enable the following options in the BIOS:
- SR-IOV
- Virtualization Technology
- Select the following options and packages during initial installation:
- Base Environment: Server with GUI
- Add ons:
- Development Tools
- Compatibility Libraries
- Virtualization Tools
- Virtualization Hypervisor
- Purchase a RHEL subscription from the Red Hat* store. This step is required to fetch and install packages from the RHEL repository.
- Execute the registration steps on your server to register with RHEL.
- To attach the license:
subscription-manager attach --auto
- Additionally, enable the following repository:
subscription-manager repos --enable rhel-7-server-rpms \ rhel-7-server-optional-rpms
At this point the installed kernel is 3.10. You can install the additional packages listed in the step 2 above after the initial installation of RHEL 7.6 by running:$ sudo yum groupinstall <package_name>
The Python3 package is required to install one of the OPAE rpm.
$ sudo yum install -y python36 python36-pip