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

how to add ifconfig command

Altera_Forum
Honored Contributor II
1,014 Views

Hi There, 

 

I got my first uClinux built and worked on a Nios II Stratix Evaluation board by following Linux Quick Start Guide. But there is no ifconfig command, or "ifconfig: not found". It must be the configuration issue. 

 

Thanks for any info and help. 

 

Ltao
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
301 Views

the ifconfig command is "inside" busybox. You can type# busybox ifconfig 

 

or make a symlink# ln -s busybox ifconfig 

 

So you can use ifconfig directly. 

 

I think you forgot to include ifconfig when creating a new filesystem-project.
0 Kudos
Altera_Forum
Honored Contributor II
301 Views

Thank very much. Add busybox in the filesystem and works. 

 

http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
0 Kudos
Reply