Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to add ifconfig command
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. Ltao2 Replies
- Altera_Forum
Honored Contributor
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. - Altera_Forum
Honored Contributor
Thank very much. Add busybox in the filesystem and works.
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif