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 | |
---|---|
|
...
Table of Contents | ||
---|---|---|
|
...
| ||||||||||||||
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
NIos II EDS is included in Quartus Prime software, but there are additional requirements for using it:
...
Note |
---|
|
...
|
...
|
...
|
...
|
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:
...
Code 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
For more Information see: https://www.intel.com/content/www/us/en/docs/programmable/730783/
...
22-4/installation-and-setup.html
...
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Install required libraries:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo dpkg --add-architecture i386 sudo add-apt-repository ppa:linuxuprising/libpng12 |
...
sudo apt |
...
update |
...
sudo apt |
...
install libc6:i386 |
...
libncurses6:i386 libxtst6:i386 libxft2:i386 libstdc++6:i386 \ libc6-dev-i386 lib32z1 libncurses5 |
...
libbz2-1.0:i386 libpng12-0 libqt5xml5 \ liblzma-dev libcanberra-gtk-module |
...
...
...
...
...
Run command:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo chmod +x <download_path>/<product>-<version>-linux.run |
Run
...
installer executable (e.g. QuartusLiteSetup-
...
22.
...
1std.
...
2.
...
922-linux.run)
...
and follow the instructions of the installation wizard:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<download_path>/<product>-<version>-linux.run |
...
...
...
...
...
...
Launch Quartus Prime
...
with
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#Quartus Prime Pro Edition 22.4 path/to/intelFPGA_pro/22.4/quartus/bin/quartus #Quartus Prime Lite Edition 22.1.2 path/to/intelFPGA_lite/22.1std/quartus/bin/quartus |
...
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
For more Information see
...
...
22-4/installation-and-setup.html
Scroll Ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Scroll Only | ||
---|---|---|
|
Scroll pdf ignore | ||||||
---|---|---|---|---|---|---|
|