Visible to Intel only — GUID: kzt1598478943369
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: kzt1598478943369
Ixiasoft
4.1.2.2.3. Install OPAE in kernel 4.19
Run the OPAE install script to install the OPAE driver, OPAE tools and any package dependencies:
$ cd <Installer unpack directory>
$ sudo ./n3000-1.3.8-3-rte-el7-setup.sh -y --owner <user[:group]>
Sample output:
Running setup Beginning installation Processing group "OPAE Software" Analyzing dependencies... Installing OPAE Software dependencies Analyzing packages to install... Installing OPAE Software packages... opae-intel-fpga-driver-2.0.1-10.x86_64.rpm opae.admin-1.0.3-2.el7.noarch.rpm opae-libs-1.3.7-5.el7.x86_64.rpm opae-tools-1.3.7-5.el7.x86_64.rpm opae-tools-extra-1.3.7-5.el7.x86_64.rpm opae-devel-1.3.7-5.el7.x86_64.rpm Processing group "OPAE PACSign" Analyzing dependencies... Analyzing packages to install... Installing OPAE PACSign packages... opae.pac_sign-1.0.4-3.el7.x86_64.rpm Extracting opae-1.3.7-5.tar.gz Extracting opae.admin-1.0.3.tar.gz Extracting opae.pac_sign-1.0.4.tar.gz Source /root/intelrtestack/bin/init_env.sh to setup your environment. Changing ownership on /root/intelrtestack Installation done
Tip:
- --owner allows you to change the ownership of installation directories to a specified user. Not listing owner results in use of default setting which is root.
- -y option is required because interactive operation where the user is asked for specific settings rather defaults is not supported.
- -v option provides verbose output and is useful for debugging install issues.
- -h option lists all script options.