4.3. Installing the FPGA AI Suite with System Package Management Tools
The FPGA AI Suite is provided as a package that you can install using your system package management tools. The default location for the installation is /opt/intel. If you want to install FPGA AI Suite in a different location, follow the instructions in Installing the FPGA AI Suite Into an Alternative Location.
- Download the FPGA AI Suite 2024.2 installation package for your operating system from the following Intel FPGA Software Download Center URL:
https://plan.seek.intel.com/Intel_FPGA_AI_Download_Enroll
WSL 2 Users: Use a web browser in your Windows* environment to download the file. Ensure that you download FPGA AI Suite for Ubuntu* 20.Ubuntu* 22.04 Users: Download the package file to /tmp. - Install FPGA AI Suite according to the instruction for your operating system:
- Red Hat* Enterprise Linux* : Follow the instructions in Installing FPGA AI Suite on Red Hat Enterprise Linux Operating Systems.
- Ubuntu* Linux: Follow the instructions in Installing FPGA AI Suite on Ubuntu Operating Systems.
- Window Subsystem for Linux 2 (WSL 2): Follow the instructions in Installing FPGA AI Suite in a Windows Subsystem for Linux 2 Environment.
Installing FPGA AI Suite on Red Hat* Enterprise Linux* Operating Systems
For Red Hat* Enterprise Linux*, the FPGA AI Suite is provided as an RPM package that you can install with the dnf command. The dnf command automatically installs several dependencies.
sudo subscription-manager repos \ --enable codeready-builder-for-rhel-8-x86_64-rpms
sudo dnf install <full path to fpga-ai-suite.rpm>
Installing FPGA AI Suite on Ubuntu* Operating Systems
For Ubuntu* operating systems (including those running in a WSL 2 environment), the FPGA AI Suite is provided as a package that you can install with the apt command. The apt command automatically installs several dependencies.
sudo apt-get install --reinstall libappstream4 sudo apt update sudo apt install <full path to fpga-ai-suite.deb>
Installing FPGA AI Suite in a Windows Subsystem for Linux 2 Environment
The FPGA AI Suite supports Ubuntu* 20.04 LTS running in a Windows* Subsystem for Linux 2 (WSL 2) environment. Ensure that your WSL 2 environment has Ubuntu* 20.04 LTS installed and that you have internet access from your WSL 2 environment.
- Move the downloaded .deb file from its downloaded location in your Windows file system to a location in your Linux* file system. You can drag-and-drop the file using Windows* File Explorer. You can find the Linux* file system the Linux entry in the File Explorer navigation pane.
- Start a WSL 2 terminal session.
- In the WSL2 terminal session, install the package into the default location in /opt/intel/ by locating the .deb file in your Linux* file system and running the following commands:
sudo apt-get install --reinstall libappstream4 sudo apt update sudo apt install <full path to fpga-ai-suite.deb>
Next Step
After installing FPGA AI Suite, continue your installation with the steps in Installing OpenVINO Toolkit.