Visible to Intel only — GUID: ywi1570123843223
Ixiasoft
1. About this Document
2. System Requirements
3. Hardware Installation
4. Installing the OPAE Software
5. OPAE Tools
6. Sample Test: Native Loopback
7. Installing the Intel XL710 Driver
8. Configuring Ethernet Interfaces
9. Testing Network Loopback Using Data Plane Development Kit (DPDK)
10. Graceful Shutdown
11. Single Event Upset (SEU)
12. Document Revision History for Intel Acceleration Stack User Guide: Intel® FPGA PAC N3000
A. Troubleshooting
B. Upgrade your Intel® FPGA PAC N3000 with Production Version of BMC and Intel® Arria® 10 Image
C. Configure the 4.19 Kernel
D. fpgabist Sample Output
Visible to Intel only — GUID: ywi1570123843223
Ixiasoft
4.2.5. Install the Configuration Files
The configuration (cfg) installer installs all the binary ingredients (FPGA, Intel® MAX® 10) required to upgrade the Intel® FPGA PAC N3000 to current release version.
- Install the appropriate configuration setup file (2x2x25G, 4x25G, or 8x10G).
- Filename: n3000-1.3.6-cfg-*-setup.sh
- To change permission:
$ sudo chmod +x n3000-1.3.6-cfg-*-setup.sh
- Run the script:
$ sudo ./n3000-1.3.6-cfg-*-setup.sh -y --install-dir /tmp/tmp_cfg \ --owner <user[:group]>
Important: You must use the --install-dir option with the configuration script to prevent overwriting of the /inteldevstack or /intelrtestack directory.Sample output:Running setup Beginning installation Processing group "OPAE FPGA Image Files for 4x25G" Analyzing dependencies... Analyzing packages to install... error running: ['yum', 'info', 'opae-one-time-update-n3000-25G.noarch'] error running: ['yum', 'info', 'opae-super-rsu-n3000-4x25G.noarch'] Installing OPAE FPGA Image Files for 4x25G packages... opae-one-time-update-n3000-25G-1.3.6-6.noarch.rpm opae-super-rsu-n3000-4x25G-1.3.6-6.noarch.rpm Changing ownership on /tmp/tmp_cfg Installation done
The message error running: [ 'yum' , …] in the above output is expected and can be ignored.
- Verify proper installation of the one-time update (OTSU) and super-rsu files.
- If you install 2x2x25G or 4x25G configuration installer, the installed files are located at
ls -l /usr/share/opae/n3000/one-time-update/25G/
where <config directory> = 2x2x25G or 4x25G.ls -l /usr/share/opae/n3000/super-rsu/<config directory>/
- If you install 8x10G configuration installer, the installed files are located at:
ls -l /usr/share/opae/n3000/one-time-update/10G/
where <config directory> = 8x10G.ls -l /usr/share/opae/n3000/super-rsu/<config directory>/
- If you install 2x2x25G or 4x25G configuration installer, the installed files are located at