Are you sure your kernel is reaching till calling init? it should free memory before calling init, do you see those prints
- Preetam On Wed, Feb 15, 2012 at 5:42 PM, jagan <[email protected]> wrote: > As per my knowledge.. > init=/system/bin/sh , task performed by init.rc, running init.rc is a job > of init. > But my case init itself is not running by kernel. > > Regards, > Jagan. > > > On Wed, Feb 15, 2012 at 5:37 PM, Deepak Singal <[email protected]>wrote: > >> init=/system/bin/sh >> >> On Wed, Feb 15, 2012 at 8:05 PM, jagan <[email protected]> wrote: >> >>> Even I took the config file from emulator build, it' having android >>> changes [android drivers+goldfish changes]. >>> >>> But my concern is, >>> If I took the kernel working with any ARM target, tested with normal >>> rootfilesystem[busybox]. >>> the same kernel[w/o any android changes], will it launch the android >>> rootfilesystem.? >>> >>> Regards, >>> Jagan. >>> >>> On Wed, Feb 15, 2012 at 1:37 PM, raja pavan <[email protected]> wrote: >>> > The root file system can be taken from emulator. >>> > >>> > system.img and other images constitute the root file system. >>> > >>> > Any kernel will have the feature to launch the init process, for >>> instance >>> > the configuration of a kernel that can launch an init process can also >>> be >>> > taken from emulator. >>> > >>> > pull /proc/config.gz and extract >>> > >>> > You can compare your config with this and understand the differences. >>> > >>> > Cheers >>> > Raja >>> > >>> > On Wed, Feb 15, 2012 at 12:54 PM, jagan <[email protected]> wrote: >>> >> >>> >> Hi Guys, >>> >> >>> >> Let have your openings, suggestion & ideas about this topic. >>> >> >>> >> -- >>> >> Regards, >>> >> Jagan, India. >>> >> -- >>> >> >>> >> -- >>> >> unsubscribe: [email protected] >>> >> website: http://groups.google.com/group/android-kernel >>> > >>> > >>> > -- >>> > unsubscribe: [email protected] >>> > website: http://groups.google.com/group/android-kernel >>> >>> -- >>> unsubscribe: [email protected] >>> website: http://groups.google.com/group/android-kernel >> >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-kernel >> > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel > -- "The great pleasure in life is doing what people say you cannot do" -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
