Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
12514 Discussions

NIOS II Command Shell can not work

rMa1
Beginner
702 Views

I am using Quartus Pro 20.2, I want to download elf by NIOS II Command Shell, but I can not open NIOS II Command Shell, How should I do now? I install Quartus in the Windows OS.

0 Kudos
2 Replies
EricMunYew_C_Intel
Moderator
681 Views

Can you follow below to install:

 

1. install WSL for windows

i. https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii5v2gen2.pdf (chapter 2.1)

  Note: Windows 10 build version 16215.0 or higher is the recommended operating system version.

ii. After installation has successfully completed, launch Ubuntu 18.04.

iii. Install additional distro packages required for Nios II EDS using the following commands:

 a. sudo apt-get update

b. sudo apt install wsl

 c. sudo apt install dos2unix

 d. sudo apt install make

 

2. install nios2 eclipse folder

https://www.intel.com/content/altera-www/global/en_us/index/support/support-resources/knowledge-base/tools/2019/why-does-the-nios--ii-not-installed-after-full-installation-of-t.html



KCMurphy
New Contributor II
636 Views

Hi.  Thank you for this.  The Intel help page neglects that apt-get update 

Reply