Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

DHCPD

Can somone help me ?

To make a DHCPD server on the nios board?

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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