(EN) 2.2 Intel SoC FPGA Embedded Development Suite - coffeebrain/Codesign_HW_SW GitHub Wiki

Files to download

  1. Go to Intel SoC FPGA Embedded Development Suite
  2. Choose "Standard" in "Select edition".
  3. Choose "19.1" in "Select release".
  4. Choose your operating system (in this case "Linux") in "Operating System".
  5. Download "Intel SoC FPGA Embedded Development Suite Standard Edition" (2.4 GB).

Installation

In the Linux terminal:

  1. Locate the SoCEDSProSetup-19.1.0.240-linux.run file downloaded in the previous section.
cd  <your-SoC-EDS-Setup-download-path>
  1. Use chmod command to make SoCEDSProSetup-19.1.0.240-linux.run file executable with the argument +x.
chmod +x SoCEDSProSetup-19.1.0.240-linux.run
  1. Run the SoCEDSProSetup-19.1.0.240-linux.run with the following command.
./SoCEDSProSetup-19.1.0.240-linux.run

In the "Installing Intel SoC FPGA Embedded Development Suite Standard Edition 19.1.0.670":

  1. In the main Setup window that appears click "Next >".

Setup

  1. In the License Agreement window choose "I accept the agreement" and then click "Next >".

Agreement

  1. In the Installation Directory window choose your installation path (custom installation folder is recommend) and then click "Next >".

Path

  1. In the Select Components window choose "Intel SoC FPGA Embedded Development Suite Standard" and "Quartus Prime Programmer and Tools" and then click "Next >".

Components

  1. In the Ready to Install window check the information is rigth and then click "Next >".

Ready

  1. Wait till the installation finishes.

Start installation

Installation process

Installation ending

  1. In the Installation Complete window you can decide to install "DS-5" by selecting "Launch DS-5 installation" and then click "Finish".

Installation complete

Relevant Links