Custom_table_size_100 |
---|
This is a short step-by-step guide on how to install Intel Development Tools on WinOS and LinuxOS.
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
NIos II EDS is included in Quartus Prime software, but there are additional requirements for using it:
Info |
---|
|
Enable the Windows Subsystem for Linux:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart |
Enable virtual machine feature:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart |
Open PowerShell as Administrator and run:
Add-AppxPackage <download_path_to_linux_distribution>\<app_name>.appxCode Block | ||||||
---|---|---|---|---|---|---|
| ||||||
wsl --install --distribution Ubuntu-18.04 |
Install additional packages:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo apt update |
sudo apt upgrade |
sudo apt install wsl |
sudo apt install dos2unix |
sudo apt install make sudo apt install build-essential |
For more information see: Installing Windows Subsystem for Linux (WSL) on Windows
Starting with Nios II EDS v19.1 the Eclipse IDE must be installed manually as it is not included in Quartus Prime software.
For more information see: Nios II Developer Handbook#3.1. Installing Eclipse IDE into Nios II EDS
Info |
---|
Starting with Quartus Prime Pro 20.3, the Intel SoC FPGA EDS was discontinued, for more information see: https://fpgasoftware.intel.com/soceds/20.4/?edition=pro&platform=windows&download_manager=direct |
Start windows command shell and change work directory to:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#Quartus Prime Standard Edition
cd path/to/intelFPGA/20.1/embedded/cygwin_setup/
#Quartus Prime Lite Edition
cd path/to/intelFPGA_lite/20.1/embedded/cygwin_setup/ |
Run soceds-cygwin-setup.bat with passing it the full path to where you downloaded the cygwin installer:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
soceds-cygwin-setup.bat path/to/cygwin_installer/setup-x86_64.exe |
For more information see: https://rocketboards.org/foswiki/Documentation/SoCEDS#Install_SoC_EDS_AN1
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Starting with Nios II EDS v19.1 the Eclipse IDE must be installed manually as it is not included in Quartus Prime software.
Extract the downloaded file:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo tar xfv <installation_directory>/nios2eds/bin/eclipse-cpp-mars-2-linux-gtk-x86_64.tar.gz |
Rename the extracted file:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo mv <installation_directory>/nios2eds/bin/eclipse |
<installation_directory>/nios2eds/bin/eclipse_nios2 |
Extract the existing file "eclipse_nios2_plugins.tar.gz" → the Extraction overrides files in <download_path>/eclipse_nios2:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo tar xfv <installation_directory>/nios2eds/bin/eclipse_nios2_plugins.tar.gz |
For more information see: Nios II Developer Handbook#3.1. Installing Eclipse IDE into Nios II EDS
Info |
---|
Starting with Quartus Prime Pro 20.3, the Intel SoC FPGA EDS was discontinued, for more information see: https://fpgasoftware.intel.com/soceds/20.4/?edition=pro&platform=linux&download_manager=direct |
For more information see: https://rocketboards.org/foswiki/Documentation/SoCEDS#Install_SoC_EDS
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Scroll Only | ||
---|---|---|
|
Scroll pdf ignore | ||||||
---|---|---|---|---|---|---|
|
...