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

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

4.1.2.2.3. Install OPAE in kernel 4.19

Run the OPAE install script to install the OPAE driver, OPAE tools and any package dependencies:
$ cd <Installer unpack directory>
$ sudo ./n3000-1.3.8-3-rte-el7-setup.sh -y --owner <user[:group]>
Sample output:
Running setup
Beginning installation
Processing group "OPAE Software"
Analyzing dependencies...
Installing OPAE Software dependencies
Analyzing packages to install...
	Installing OPAE Software packages...
		opae-intel-fpga-driver-2.0.1-10.x86_64.rpm
		opae.admin-1.0.3-2.el7.noarch.rpm
		opae-libs-1.3.7-5.el7.x86_64.rpm
		opae-tools-1.3.7-5.el7.x86_64.rpm
		opae-tools-extra-1.3.7-5.el7.x86_64.rpm
		opae-devel-1.3.7-5.el7.x86_64.rpm
Processing group "OPAE PACSign"
Analyzing dependencies...
Analyzing packages to install...
	Installing OPAE PACSign packages...
		opae.pac_sign-1.0.4-3.el7.x86_64.rpm
Extracting opae-1.3.7-5.tar.gz
Extracting opae.admin-1.0.3.tar.gz
Extracting opae.pac_sign-1.0.4.tar.gz
Source /root/intelrtestack/bin/init_env.sh to setup your environment.
Changing ownership on /root/intelrtestack
Installation done
Tip:
  • --owner allows you to change the ownership of installation directories to a specified user. Not listing owner results in use of default setting which is root.
  • -y option is required because interactive operation where the user is asked for specific settings rather defaults is not supported.
  • -v option provides verbose output and is useful for debugging install issues.
  • -h option lists all script options.