Yes I am using the ARM system only. Just cross check ur bootargs once more...
On Mon, Apr 20, 2009 at 7:53 PM, sathish-siso <[email protected]> wrote: > Hi, > I did the same thing as you have done. but no luck. even if iinit=/ > init is passed as command line it gives kernel panic. > Is there anything else i have to do? > which system are you using? ARM or any other? > > On Dec 18 2008, 9:41 am, "Nimit Manglick" <[email protected]> > wrote: > > Hi, > > > > Yes i got it. You need to pass "init=/init" in your bootargs. > > > > Regards > > Nimit > > > > On Thu, Dec 18, 2008 at 1:00 AM, [email protected] < > > > > > > > > [email protected]> wrote: > > > > > 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- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
