(EN) 2.2 Intel SoC FPGA Embedded Development Suite - coffeebrain/Codesign_HW_SW GitHub Wiki
Files to download
- Go to Intel SoC FPGA Embedded Development Suite
- Choose "Standard" in "Select edition".
- Choose "19.1" in "Select release".
- Choose your operating system (in this case "Linux") in "Operating System".
- Download "Intel SoC FPGA Embedded Development Suite Standard Edition" (2.4 GB).
Installation
In the Linux terminal:
- Locate the SoCEDSProSetup-19.1.0.240-linux.run file downloaded in the previous section.
cd <your-SoC-EDS-Setup-download-path>
- Use
chmodcommand to make SoCEDSProSetup-19.1.0.240-linux.run file executable with the argument+x.
chmod +x SoCEDSProSetup-19.1.0.240-linux.run
- 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":
- In the main Setup window that appears click "Next >".

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

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

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

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

- Wait till the installation finishes.



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