Forum Discussion
nios2 command shell is automatically installed when installing quartus pro.
And I installed Eclipse IDE as shown below.
The procedure for installing Eclipse IDE in Windows environment:
1.
Create a temporary folder for you to use as a repository to build the necessary
component files before merging the files with the Intel Quartus Prime software.
2.
Download Eclipse C/C++ IDE for Mars.2 by clicking on Download CDT 8.8.1.
•
Locate and move the eclipse-cpp-mars-2-win32-x86_64.zip file to the
temporary folder.
•
Extract eclipse-cpp-mars-2-win32-x86_64.zip to get the eclipse
folder.
Tip: Try the mirror links if the main source link does not work.
3.
Copy the eclipse_nios2_plugins.zip file from <Intel® Quartus® Prime
installation directory>/nios2eds/bin to the temporary folder.
•
Extract eclipse_nios2_plugins.zip to get the eclipse_nios2 folder.
4.
Copy the content of eclipse_nios2 into eclipse folder. After you successfully
copy the content, delete the eclipse_nios2 folder.
5.
Rename eclipse into eclipse_nios2.
6.
Copy the new eclipse_nios2 folder and paste it in <Intel® Quartus® Prime
installation directory>/nios2eds/bin. Delete the temporary folder.
7.
Allow the merging of eclipse_nios2 folders.
8.
Verify the extraction is done correctly by making sure you see the <Intel®
Quartus® Prime installation directory>/nios2eds/bin/
eclipse_nios2/plugin_customization.ini file.
Up to this point, this is Eclipse IDE install.
After opening Windows Powershell in win11 pro OS
After running wsl --install
open Ubuntu
and I install additional distro packages as below
sudo apt update
sudo apt install wsl
sudo apt install dos2unix
sudo apt install make
sudo apt install build-essential
Run Nios2 command shell as below in WIN 11
" C:\intelFPGA_pro\19.2\nios2eds\Nios II Command Shell.bat"
Up to this point, it's preparation to run nios2 command shell.
Thanks
- AdrianaI_Altera5 months ago
New Contributor
Hi @Michael2021 I meant to ask if you ran the "nios2-bsp-update-settings" inside the Nios2 command shell. It seems that you are running it from the WSL command shell.
Could you please also confirm which version of WSL and Ubuntu are you using?
- Michael20215 months ago
Occasional Contributor
Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/proThanks
- AdrianaI_Altera5 months ago
New Contributor
Hi @Michael2021
Could you please try to run the command as this? "nios2-bsp-update-settings.exe" instead of "nios2-bsp-update-settings"