Intel® Acceleration Stack User Guide: Intel® FPGA Programmable Acceleration Card N3000-N/2

ID 683362
Date 11/01/2021
Public
Document Table of Contents

A.1. If OPAE installation verification fails, how to install OPAE manually?

Before the OPAE installation, the dependency packages must be installed.
Table 11.  Dependency Packages
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
  1. Download the Acceleration Stack runtime (rte) installer.
  2. 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/
  3. Remove any previously installed OPAE:
    $ sudo yum remove opae*
  4. Manually install OPAE driver:
    $ sudo yum install opae-intel-fpga*.rpm
  5. 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.
  6. Manually install OPAE libraries and tools:
    $ sudo yum install opae*.rpm
  7. 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