hai ,
 
i try to mount the rootfs using nfs for my beagle bone back..while booting 
the kernel i'm facing the following issue ..

error log message :
=============

    5.745517] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.758912] IP-Config: Complete:
[    5.762359]      device=eth0, hwaddr=90:59:af:5b:d4:88, 
ipaddr=192.168.1.61, mask=255.255.255.0, gw=192.168.1.100
[    5.773113]      host=192.168.1.61, domain=, nis-domain=(none)
[    5.779231]      bootserver=192.168.1.69, rootserver=192.168.1.69, 
rootpath=
[    5.786438] ALSA device list:
[    5.789741]   #0: TI BeagleBone Black
*[    5.799661] VFS: Mounted root (nfs filesystem) on device 0:12.*
[    5.808793] devtmpfs: mounted
[    5.812347] Freeing init memory: 292K
*[    5.822210] Kernel panic - not syncing: No init found.  Try passing 
init= option to kernel. See Linux Documentation/init.txt for guidance.*
[    5.835271] [<c001367c>] (unwind_backtrace+0x0/0xe0) from [<c05e6d00>] 
(panic+0x84/0x1e0)
[    5.843839] [<c05e6d00>] (panic+0x84/0x1e0) from [<c05e1a80>] 
(kernel_init+0xb8/0xe4)
[    5.852039] [<c05e1a80>] (kernel_init+0xb8/0xe4) from [<c000d918>] 
(ret_from_fork+0x14/0x3c)
[    5.860868] drm_kms_helper: panic occurred, switching back to text 
console



i used the following procedure to build the  kernel 


U-Boot> setenv ipaddr 192.168.1.61
U-Boot> setenv serverip 192.168.1.69
U-Boot> tftpboot 0x80200000 uImage-BBB
U-Boot> setenv bootargs console=ttyO0,115200n8 root=/dev/nfs rw 
nfsroot=192.168.1.69:/nfsroot 
ip=192.168.1.61:192.168.1.69:192.168.1.100:255.255.255.0::eth0 
U-Boot> bootm 0x80200000

i tried with vaious bootargs for nfs booting but no success !!!

[1] setenv bootargs 'console=ttyO0,115200n8 noinitrd,3  root=/dev/nfs 
ip=192.168.1.61:192.168.1.69:192.168.1.100:255.255.255.0::eth0 rootwait rw 
nolock,rsize=1024,wsize=1024,rootdelay=2  nfsroot=192.168.1.69:/nfsroot '

[2]setenv bootargs 'console=ttyO0,115200n8 noinitrd root=/dev/nfs 
nfsroot=192.168.1.69:/nfsroot rw 
ip=192.168.1.61:192.168.1.69:192.168.1.100:255.255.255.0::eth0:'
and so  on..

pls share your experience to get my kernel bootable...

regards
siva


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to