Visible to Intel only — GUID: sbq1598478879457
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: sbq1598478879457
Ixiasoft
4.1.2.2.1. Download kernel 4.19
- Install the required Linux packages:
$ sudo yum install -y ncurses-devel bison flex elfutils-libelf-devel openssl-devel patch epel-release
- Unpack the runtime (rte) installer files for CentOS:
$ tar xvfz n3000_ias_1_3_1_pv_rte_centos_installer.tar.gz
$ cd n3000_ias_1_3_1_pv_rte_centos_installer
It consists of:- n3000-1.3.8-3-rte-el7-setup.sh—OPAE installer script.
- config_4.19_opae—This file configures the kernel build and install process.
- N3000_supplemental_files/find_RP.sh—This script finds the PCIe root port.
- N3000_supplemental_files/hello_fpga.c—This is a simple example application.
- Download the kernel 4.19 source and real time patch from the following:
- Copy the downloaded kernel and patch to your n3000_ias_1_3_1_pv_rte_centos_installer directory:
$ cp ~/Downloads/linux-4.19.106.tar.gz .
$ cp ~/Downloads/patch-4.19.106-rt45.patch.gz .
- Unpack the Linux kernel:
$ tar xvfz linux-4.19.106.tar.gz
$ cd linux-4.19.106/
- Apply the real time patch to the kernel source with the following command:
$ zcat ../patch-4.19.106-rt45.patch.gz | patch -p1