Kernel bootup is 100% ok, and when filesystem /init is called, results in crash..
few points to check., > setenv bootargs 'console=ttyS0,115200n8=noinitrd=rw ip=dhcp init=/init > root=/dev/nfs nfsroot=172.17.44.60:/home/viral/root,nolock mem=128M > 172.17.44.60 omapfb.vram=0:4M'' - looks like there's extra '172.17.44.60 ' in your bootargs.. - i assume you built with ./vendor/ti/zoom2/buildspec.mk.default as ./buildspec.mk - have you copied './vendor/ti/zoom2/init.omapzoom2.rc' to ./init.rc? - if you did so, can you trim down init.rc to only mandatory services (comment all the service launches)? On Tue, Apr 13, 2010 at 2:27 PM, Viral Mehta <[email protected]> wrote: > > > On 4/11/10, Deva R <[email protected]> wrote: >> >> There's no buildspec for 3430 SDP, but with minial or no effort we can >> make zoom2 buildspec working.. >> >> >We tried with zoom2 buildspec but with that we are getting, >> >Kernel panic - not syncing: Attempted to kill init! >> >> looks like android hasnt started booting only, should be some mismatch >> in kernel bootargs. >> Can you share bootargs, or bootlog right from uboot? > > > > setenv bootargs 'console=ttyS0,115200n8=noinitrd=rw ip=dhcp init=/init > root=/dev/nfs nfsroot=172.17.44.60:/home/viral/root,nolock mem=128M > 172.17.44.60 omapfb.vram=0:4M'' > > > > NET: Registered protocol family 15 > > RPC: Registered udp transport module. > > RPC: Registered tcp transport module. > > Power Management for TI OMAP3. > > pm_dbg_init() > > SmartReflex driver initialized > > Disabling unused clock "gpt2_ick" > > Disabling unused clock "gpt2_fck" > > Disabling unused clock "wdt2_ick" > > Disabling unused clock "wdt2_fck" > > Disabling unused clock "dpll4_m6x2_ck" > > Disabling unused clock "dpll4_m5x2_ck" > > Disabling unused clock "dpll3_m3x2_ck" > > Disabling unused clock "sys_clkout1" > > VP1:TRANXDONE timeout exceeded going ahead with the t2 smps wait > > VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1 > > Console: switching to colour frame buffer device 60x40 > > twl4030_rtc twl4030_rtc: setting system clock to 2000-01-01 00:00:00 UTC > (946684800) > > mmc0: new SD card at address 7f69 > > mmcblk0: mmc0:7f69 SD512 488 MiB > > mmcblk0: p1 > > eth0: link up > > Sending DHCP requests ., OK > > IP-Config: Got DHCP answer from 0.0.0.0, my address is 172.17.44.52 > > IP-Config: Complete: > > device=eth0, addr=172.17.44.52, mask=255.255.255.0, gw=172.17.44.1, > > host=172.17.44.52, domain=, nis-domain=(none), > > bootserver=0.0.0.0, rootserver=172.17.44.60, rootpath= > > Looking up port of RPC 100003/2 on 172.17.44.60 > > Looking up port of RPC 100005/1 on 172.17.44.60 > > VFS: Mounted root (nfs filesystem) on device 0:12. > > Freeing init memory: 180K > > Warning: unable to open an initial console. > > Kernel panic - not syncing: Attempted to kill init! > > > > > > > > > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
