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++
12603 Discussions

Eclipse doesn't recognize the hardware

Altera_Forum
Honored Contributor II
862 Views

hello, 

I am new to the Nios 2. I own a DE1 board and can't seem to get the "Nios 2 hardware development tutorial" to function. Here is the problem: 

 

when I run the Nios II 11.1 Software Build Tools for Eclipse, the last step reads:  

 

1. right-click the  

count_binary project, point to run as, and then click nios ii hardware. the nios ii sbt for eclipse downloads the program to the fpga on the target board and the program starts running.  

 

The nios 2 hardware feature is not present. Therefore I can't click it.  

 

I've also run a similar tutorial from Pong P. Chu's book and I have the exact same issue. 

 

This problem is causing me a lot of grief. Can someone please let me know what the solution is.  

 

 

thanks  

Shawn  

 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
220 Views

Try to install it and use it as administrator. 

 

Also you can do it by command line. Compile your project then change the directory to the .elf folder. 

 

type nios2-download -g FILE.elf; nios2-terminal 

and there it is
0 Kudos
Reply