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

ethernet support

Altera_Forum
Honored Contributor II
1,003 Views

Hi http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif  

 

i use the Nios2 dev Board (2c35). and try uclinux . I followed the instructions from this site 

 

http://nioswiki.jot.com/wikihome/operating...ems/uclinuxdist (http://nioswiki.jot.com/wikihome/operatingsystems/uclinuxdist

 

and everything worked fine. Now i try to enable ethernet, following the instructions from this site 

 

http://nioswiki.jot.com/wikihome/operatingsystems/ethernet (http://nioswiki.jot.com/wikihome/operatingsystems/ethernet

 

but i can&#39;t find the menu "Networking" ??? where is it and what do i need to do to get to it  

 

 

thanks for your help http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
262 Views

It is in kernel config, 

 

cd ~/uClinux-dist 

make menuconfig 

 

Kernel/Library/Defaults Selection ---> 

(linux-2.6.x) Kernel Version 

(None) Libc Version 

[ ] Default all settings (lose changes) 

[*] Customize Kernel Settings 

[ ] Customize Vendor/User Settings 

[ ] Update Default Vendor Settings 

 

Then <exit> <exit> <yes> . 

It will enter kernel config, 

 

Then in the kernel config menu, you can find the "Networking" in the top level.
0 Kudos
Reply