Visible to Intel only — GUID: kjk1588114760813
Ixiasoft
1. About this Document
2. System Requirements
3. Hardware Installation
4. Installing the OPAE Software
5. Identify the Intel® MAX® 10 BMC Version
6. Intel XL710 Driver Installation and Firmware Update
7. Updating the Retimer Firmware
8. OPAE Tools
9. Sample Test: Native Loopback
10. Configuring Ethernet Interfaces
11. Testing Network Loopback Using Data Plane Development Kit (DPDK)
12. Graceful Shutdown
13. Single Event Upset (SEU)
14. Document Revision History for Intel Acceleration Stack User Guide: Intel® FPGA PAC N3000-N/2
A. Troubleshooting
B. fpgabist Sample Output
Visible to Intel only — GUID: kjk1588114760813
Ixiasoft
A.1. If OPAE installation verification fails, how to install OPAE manually?
Before the OPAE installation, the dependency packages must be installed.
Distribution | OPAE Package | External Dependency Packages |
---|---|---|
Centos 7.6 | opae-libs | uuid json-c |
opae-devel | libuuid-devel | |
opae-tools-extra | hwloc-libs | |
opae.admin | pciutils python3 sysvinit-tools |
|
opae-intel-fpga-driver | gcc make dkms kernel-devel kernel-headers |
|
Compile OPAE SDK source code | gcc-c++ cmake libxml2-devel json-c-devel hwloc-devel libpng12 rsync python3-devel python3-libs python3-sphinx python3-pip python3 | |
RHEL 8.2 | opae-libs | uuid json-c |
opae-devel | libuuid-devel | |
opae-tools-extra | hwloc-libs | |
opae.admin | pciutils python3 |
|
opae-intel-fpga-driver | gcc make dkms kernel-devel kernel-headers |
|
Compile OPAE SDK source code | gcc-c++ cmake libxml2-devel json-c-devel hwloc-devel libpng12 rsync python3-devel python3-libs python3-sphinx python3-pip python3 |
- Download the Acceleration Stack runtime (rte) installer.
- Extract the OPAE packages:
$ ./n3000-1.3.8-*-setup.sh extract
$ cp opae-intel-fpga*.rpm n3000-1.3.8-rte/opae/
$ cd n3000-1.3.8-rte/opae/
- Remove any previously installed OPAE:
$ sudo yum remove opae*
- Manually install OPAE driver:
$ sudo yum install opae-intel-fpga*.rpm
- Verify installation:
$ lsmod | grep fpga
ifpga_sec_mgr 16384 1 intel_max10 intel_fpga_fme 65536 0 intel_fpga_afu 32768 0 fpga_mgr_mod 16384 1 intel_fpga_fme intel_fpga_pci 24576 2 intel_fpga_fme,intel_fpga_afu
If the verification fails, analyze the message log of kernel installation for hints to fix the issue. - Manually install OPAE libraries and tools:
$ sudo yum install opae*.rpm
- Verify installation of OPAE libraries and tools:
$ rpm -qa | grep opae opae.admin-1.0.3-2.el8.noarch opae-devel-1.3.7-5.el8.x86_64 opae-intel-fpga-driver-2.0.1-10.x86_64 opae-tools-1.3.7-5.el8.x86_64 opae.pac_sign-1.0.4-3.el8.x86_64 opae-tools-extra-1.3.7-5.el8.x86_64 opae-libs-1.3.7-5.el8.x86_64