Am Fri, 25 Jan 2008 10:28:10 +0100 schrieb Robert W. Kuhn:

> And wehre could be the problem?

Okay, I had tho change my dhcpd.conf. Now it looks like that:

# dhcpd.conf
#
deny unknown-clients;
ddns-update-style none;
allow bootp;
lease-file-name "/var/spool/dhcp/dhcpd.leases";

subnet 172.16.0.0 netmask 255.255.0.0 {
  default-lease-time      1209600;        # two weeks
  max-lease-time          31557600;       # one year
  # option routers i.j.k.l;

  group {
    host dvevm.local {
      hardware ethernet 00:0e:99:02:5c:3e;
      fixed-address 172.16.0.2;

      # filename "<kernel-image>";              # Relative to TFTP root

      # MVL installation image root
      option root-path
      "/opt/montavista/pro/devkit/arm/v5t_le/target";
    }
  }
}

Now I'm getting it is booting:

IP-Config: Got DHCP answer from 172.16.0.1, my address is 172.16.0.2
IP-Config: Complete:
      device=eth0, addr=172.16.0.2, mask=255.255.0.0, gw=255.255.255.255,
     host=172.16.0.2, domain=, nis-domain=(none),
     bootserver=172.16.0.1, rootserver=172.16.0.1, rootpath=/opt/montavista/pro/
devkit/arm/v5t_le/target
Looking up port of RPC 100003/2 on 172.16.0.1
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 172.16.0.1
Root-NFS: Unable to get mountd port number from server, using default
mount: server 172.16.0.1 not responding, timed out
Root-NFS: Server returned error -5 while mounting /opt/montavista/pro/devkit/arm
/v5t_le/target
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)


Here it stops

My Env:
DaVinci EVM # printenv
bootdelay=3
baudrate=115200
ipaddr=172.16.0.2
netmask=255.255.0.0
bootcmd=dhcp;bootm
serverip=172.16.0.1
bootfile=/tftpboot/uImage-ti-davinci_evm
nfshost=172.16.0.1
bootargs=console=ttyS0,115200n8 noinitrd ip=dhcp root=/dev/nfs nfsroot=172.16.0.
1:/opt/montavista/pro/devkit/arm/v5t_le/target mem=120m
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:5c:3e
videostd=pal

Environment size: 381/131068 bytes

Thanks for any help!

Robert

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to