[Buildroot] Fwd: Re: Basic questions about using BuildRoot

Stephan Hoffmann sho at relinux.de
Mon Oct 1 08:29:04 UTC 2012


Am 01.10.2012 10:14, schrieb Martin Peevski:
> On 29/09/12 17:14, Stephan Hoffmann wrote:
>> Am 29.09.2012 16:09, schrieb Martin Peevski:
>>
>> # ifconfig eth0 <IP-Adress> up
>> Probably, you do not have the correct entry in /etc/network/interfaces
>>
>>
> You are great! Now my Ethernet is working! It only need to be set with
> ifconfig eth0 <xx.xx.xx.xx> up end begin works!
>
> Thank a lot for the help;
>
> Now I need dhcp support to my board be possible get its IP from our
> tftp server. I can't found dhclient command on the target board. Also
> search for appropriate network package to be installed via make
> menuconfig but was impossible to find such a packet. Can you help me
> again?
Try udhcpc, that should be available from busybox. if not: make
busybox-menuconfig

You should add

> auto eth0
> iface eth0 inet dhcp

to your /etc/network/interfaces file.

Hope it helps

Stephan

-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 Köln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de




More information about the buildroot mailing list