Skip to main content.
Navigation:
DENX
>
Training2
>
HostLinuxSetupDhcpBootp
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
Training2
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
Training2 Home
Changes
Index
Search
Go
List of pages in Training2
Search
%SECTION0{name=DHCP Setup}% Setup of the DHCP Server * pass information to target * dynamic ip address assignment can avoid terrible problems! * example =dhcpd.conf=: <verbatim> subnet 10.0.0.0 netmask 255.0.0.0 { option routers 10.0.0.2; option subnet-mask 255.0.0.0; option domain-name "local.net"; option domain-name-servers ns.local.net; host trgt { hardware ethernet 00:30:BF:01:02:D0; fixed-address 10.0.0.99; option root-path "/opt/eldk/ppc_8xx"; option host-name "tqm"; next-server 10.0.0.2; filename "/tftpboot/TQM8xxL/uImage"; } } </verbatim> * recent versions require =ddns-update-style= %BR% -> valid styles: none, interrim, ad-hoc
4.5.4. Setup of the NFS Server
1. Denx Training Topics
4.5.6. Terminal Emulation Setup
Prev
Home
Next