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

DHCPD

Altera_Forum
Honored Contributor II
1,120 Views

Can somone help me ? 

 

To make a DHCPD server on the nios board?
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
376 Views

configure busybox to include the dhcpd server applet.

0 Kudos
Altera_Forum
Honored Contributor II
376 Views

There is no DHCPD server inside busybox. I found this? 

 

http://udhcp.busybox.net/ (http://udhcp.busybox.net/

 

How can i compile a applet inside busybox then? 

 

Help !
0 Kudos
Altera_Forum
Honored Contributor II
376 Views

Open up a nios II SDK Shell: 

 

cd $LINUX_NE_ROOT 

cd busybox 

make menuconfig 

 

And don't forget to take a peek inside the reference guide for more info about busybox.
0 Kudos
Altera_Forum
Honored Contributor II
376 Views

hello! 

 

I start to work on stratix II with my school. First I have created and upload a kernel and a fs. Then I have logged on the board with sdkshell. Up to now, it's OK. 

Now,I want to make a DHCPD server on the nios board so i did what ken said, but i didn't know what I have to do after?
0 Kudos
Altera_Forum
Honored Contributor II
376 Views

Hi, 

 

I have the same problem. I want to make a dhcp server on a stratixII board with uClinux. I change the path to my kernel build and check options that I need like said ken. But I don't know what to do after. 

 

More over I haven't dhcpd.conf in /etc and no dhcpd deamon. 

 

Thanks for help 

Bye
0 Kudos
Altera_Forum
Honored Contributor II
376 Views

Hello 

After that, I did : 

-make install 

-upload the kernel, the file system and the NIOSII_processor on the board 

 

The problem appeared when using "nio2-terminal" command: 

 

[...] 

init started: BusyBox v1.00-pre8 (2006.02.08-15:50+0000) multi-call binary 

Bad inittab entry: ttyJ0:vt100:/bin/agetty 115200 ttyJ0 

No more tasks for init -- sleeping forever. 

 

If anyone has an idea? 

 

Thanks
0 Kudos
Reply