Hi Nimit, Just wanted to ask you if you had any luck on this probelm. Im now in the same status you are. I already setted the uboot, xloader and the kernel in my NFS. These are the bootargs Im using:
set serverip 10.87.230.178 set loadaddr 0x80000000 set bootfile /tftpboot/enrique/u-boot.bin nand unlock dhcp nand erase 0x80000 0x80000 nand write 0x80000000 0x80000 0x80000 set bootfile /tftpboot/enrique/kernel-android-ldp.uImg dhcp nand erase 0x140000 0x200000 nand write 0x80000000 0x140000 0x200000 set bootargs console=ttyS2,115200n8 noinitrd mem=112M root=/dev/nfs rw nfsroot=10.87.230.178:/home/enrique/mydroid/out/target/product/ ldp1,nolock,wsize=1024,rsize=1024 ip=dhcp init=/init nand unlock save set bootcmd nand read 0x80300000 0x140000 0x200000\; bootm 0x80300000 nand unlock save On Nov 20, 1:25 am, nimit <[email protected]> wrote: > Hi All, > > I compiled thekernel& after booting, I got > > "Warning: unable to open an initial console." > > "Kernelpanic- not syncing: No init found. Try passing init= option > tokernel." > > I tried passing init=/init in my bootargs on u-boot but still the > problem is same. > > My bootargs are :- > > bootfile=uImage > tftp_kernel=tftpboot 0x80000000 uImage > > bootargs_nfs==mem=128M=console=ttyS0,115200n8, init=/init root=/dev/ > nfs nfsroot=<my nfs rootfilesystem to be mounted > > > bootargs=console=ttyS0,115200n8=root=/dev/nfs ip=192.168.1.110 init=/ > init smc911x.tx_fifo_kb=4 > > Please help me out as i am completely stucked :( > > Thanks in advance > > Regards > Nimit --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
