Intel Acceleration Stack Quick Start Guide: Intel FPGA Programmable Acceleration Card D5005

ID 683394
Date 7/09/2021
Public

Visible to Intel only — GUID: hkk1542222132067

Ixiasoft

Document Table of Contents

3.1. Unpacking and Installing the Intel FPGA Driver and the OPAE Software Development Kit (SDK)

Complete the following steps to install the OPAE framework:

  1. Install the FPGA driver:
    1. Remove any previous version of the OPAE framework:
      sudo yum remove opae*.x86_64
      sudo yum remove opae*.noarch
    2. Install the Intel FPGA driver, OPAE SDK, and PACSign:
      cd $OPAE_PLATFORM_ROOT/sw
      sudo yum install opae*.rpm
  2. Check the driver installation:
    lsmod | grep fpga
    Expected output:
    ifpga_sec_mgr 13757 1 intel_max10 intel_fpga_pac_iopll 13722 0 intel_fpga_pac_hssi 24389 0 intel_fpga_afu 36165 0 intel_fpga_fme 71639 0 fpga_mgr_mod 14812 1 intel_fpga_fme intel_fpga_pci 26500 2 intel_fpga_afu,intel_fpga_fme
  3. Verify the OPAE library installation:
    rpm -qa | grep opae
    Expected output:
    opae-tools-1.1.4-8.x86_64 opae-devel-1.1.4-8.x86_64 opae-tools-extra-1.1.4-8.x86_64 opae-intel-fpga-driver-2.0.2-1.x86_64 opae.pac_sign-1.0.2-1.x86_64 opae-libs-1.1.4-8.x86_64 opae-one-time-update-d5005-2.0.1-5.noarch opae-1.1.4-8.x86_64 opae.admin-1.0.2-1.noarch opae-ase-1.1.4-8.x86_64 opae-super-rsu-d5005-2.0.1-6.noarch