Intel® Acceleration Stack User Guide: Intel FPGA Programmable Acceleration Card N3000

ID 683040
Date 6/14/2021
Public
Document Table of Contents

4.2.2. Install the Acceleration Stack for Runtime

  1. Download, extract, and change permission for the RTE installer:
    $ tar xvzf n3000_ias_1_1_pv_rte_installer.tar.gz
    
    $ cd n3000_ias_1_1_pv_rte_installer
    $ chmod +x n3000-1.3.6-rte-setup.sh
  2. Run the script:
    $ sudo ./n3000-1.3.6-rte-setup.sh -y --owner <user[:group]>
    The --owner argument allows you to change the ownership of directories to a given user. Running interactively without the -y option is not supported. For example:
    $ sudo ./n3000-1.3.6-rte-setup.sh -y --owner john:john
    The installation will take a few minutes to complete.
    Sample output:
    Running setup
    Beginning installation
    Processing group "OPAE Software"
    Analyzing dependencies...
    Analyzing packages to install...
    error running: ['yum', 'info', 'opae-intel-fpga-driver.x86_64']
    error running: ['yum', 'info', 'opae.admin.noarch']
    error running: ['yum', 'info', 'opae-libs.x86_64']
    error running: ['yum', 'info', 'opae-tools.x86_64']
    error running: ['yum', 'info', 'opae-tools-extra.x86_64']
    error running: ['yum', 'info', 'opae-devel.x86_64']
            Installing OPAE Software packages...
                    opae-intel-fpga-driver-2.0.1-6.x86_64.rpm
                    opae.admin-1.0.2-3.noarch.rpm
                    opae-libs-1.3.6-4.x86_64.rpm
                    opae-tools-1.3.6-4.x86_64.rpm
                    opae-tools-extra-1.3.6-4.x86_64.rpm
                    opae-devel-1.3.6-4.x86_64.rpm
    Processing group "OPAE PACSign"
    Analyzing dependencies...
    Analyzing packages to install...
    error running: ['yum', 'info', 'opae.pac_sign.x86_64']
            Installing OPAE PACSign packages...
                    opae.pac_sign-1.0.2-3.x86_64.rpm
    Extracting opae-1.3.6-4.tar.gz

    The message error running: [ 'yum' , …] in the above output is expected and can be ignored.