hello

I'm trying to run android on SMDK6410 board. I downloaded the kernel
from https://groups.google.com/group/android-group-korea and a file
system from internet.

now I boot the kernel and use file system with nfs.

here is my u-boot bootargs:
---------------------------------------------------------------------
bootargs=root=/dev/nfs rw nfsroot=192.168.1.100:/nfs/android_rootfs
ip=192.168.1.122:192.168.1.100:192.168.1.1:255.255.255.0:zhanghu.org:eth0:off
init=/init console=ttySAC0,115200
--------------------------------------------------------------------

file system is mounted successfully, but android can't work, boot log
stopped at "Freeing init memory: 508K "
-------------------------- boot log
-------------------------------------
eth0: using half-duplex 10Base-T (RJ-45)
IP-Config: Complete:
      device=eth0, addr=192.168.1.122, mask=255.255.255.0,
gw=192.168.1.1,
     host=192.168.1.122, domain=, nis-domain=(none),
     bootserver=192.168.1.100, rootserver=192.168.1.100, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.100
Looking up port of RPC 100005/1 on 192.168.1.100
VFS: Mounted root (nfs filesystem).
Freeing init memory: 508K   <STOPPED here>
-----------------------------------------------------------------------------


I change the init of u-boot bootargs from " init=/init " to " init=/
system/bin/sh ", the shell can be entered.


please help me, thank you very much.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to