Linux 2.4.26 boot over network

Steven Blakeslee BlakesleeS at embeddedplanet.com
Thu Jun 16 01:59:05 EST 2005


>Now, I am trying to boot Linux over the network using the following
boot arguments:
>Kernel command line: console=ttyS0,9600n8 console=tty0 root=/dev/nfs rw
nfsroot=
>192.168.49.189:/home/proj/at921/Filesys/usr/local/gefnes/target
>192.168.49.1:192.168.49.189::255.255.255.0::eth0:off da104_gpio=8

In the first one you had ip=bootp, this uses bootp to get the ip
address.  In the second one you do not have an ip define so the ethernet
is not being enabled.  You need something like this
ip=192.168.49.1:::255.255.255.0




More information about the Linuxppc-embedded mailing list