yes, android/linux first starts the /init process which invokes /
init.rc script. If you look at this script it creates some symlinks
and mounts filesystems. Android mandates to  use yaffs2 but jffs2 also
works. So, you need to modify init.rc to put your filesystem specific
things.

Pivotian wrote:
> Hi All
>
> We are trying to port Android on smdk6400. We already have a linux
> kernel 2.6.21 which boots up perfectly on that board. For that we used
> the file system of the samsung. When the kernel boots up it has an
> init process which will start the services by executing some rc
> scripts based on its run level like wise android kernel must have same
> kind of init process which will start its services. My doubt is that
> whether the android init process will start all the samsung related
> services or we have to do any modification in any of the scripts to
> support the board related services or stuffs. If its the case whether
> we have to merge the rc scripts of these two? or is there any other
> mean by which we will have both the board and android related services
> running perfectly.
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to