From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehmet Salih YILDIRIM Date: Tue, 21 Sep 2010 10:51:38 +0300 Subject: [U-Boot] kernel does not boot Message-ID: <4C98640A.1060507@protel.tv> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I am using TI's davinci board (microprocessor is dm6446) and I both tried community u-boot build and I compiled myself. I try to boot kernel from tftp and fs from nfs but I cannot mount fs. Here is errors: IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.2.50 IP-Config: Complete: device=eth0, addr=192.168.2.50, mask=255.255.255.0, gw=192.168.2.1, host=192.168.2.50, domain=protel.local, nis-domain=(none), bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath= Looking up port of RPC 100003/2 on 0.0.0.0 rpcbind: server 0.0.0.0 not responding, timed out Root-NFS: Unable to get nfsd port number from server, using default Looking up port of RPC 100005/1 on 0.0.0.0 rpcbind: server 0.0.0.0 not responding, timed out Root-NFS: Unable to get mountd port number from server, using default Root-NFS: Server returned error -5 while mounting /tftpboot/ 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; here are the available partitions: 0300 39070080 hda driver: ide-gd Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) Backtrace: [] (dump_backtrace+0x0/0x114) from [] (dump_stack+0x18/0x1c) r7:00008000 r6:c6012000 r5:c0024808 r4:c03cbd30 [] (dump_stack+0x0/0x1c) from [] (panic+0x54/0x12c) [] (panic+0x0/0x12c) from [] (mount_block_root+0x1e0/0x220) r3:00000001 r2:c6023e98 r1:c6023f60 r0:c034e926 [] (mount_block_root+0x0/0x220) from [] (mount_root+0xc4/0x) r8:00000000 r7:00000000 r6:00000000 r5:00000000 r4:00200000 [] (mount_root+0x0/0xfc) from [] (prepare_namespace+0x170/0) r5:c0024808 r4:c03cb820 [] (prepare_namespace+0x0/0x1c8) from [] (kernel_init+0xe4/) r5:00000000 r4:c03cb5e0 [] (kernel_init+0x0/0x118) from [] (do_exit+0x0/0x668) r5:00000000 r4:00000000 My u-boot config is also here: DaVinci EVM # printenv bootcmd=dhcp;tftpboot 0x82000000 initrd.image;setenv addip setenv bootargs $(bo0 baudrate=115200 ipaddr=192.168.2.50 bootargs=mem=120M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot= 192.168.2.48p rootpath=/home/yildirim/targetfs nfshost=192.168.2.48 serverip=192.168.2.48 bootdelay=10 bootfile=uImage stdin=serial stdout=serial stderr=serial ethaddr=00:0e:99:02:5d:47 videostd=pal Environment size: 562/16380 bytes Thank in advance.