hi Ananth
i have ported linux-2.6.23 based android  kernel on my smdk6400 board
now i am portinf android basedfile system on this
tell me the step how to build file system and how to build dalvik
virtual machine which is google has given as a open source code

regards
Abhishek


On Jan 13, 12:22 am, "Ananth M" <[email protected]> wrote:
> Hi All
>
>     I ported the android-MC14 last month and the android1.0 on to
> SMDK6400 two weeks back.
>
>     Currently I am out of office for a week. I will be posting the
> steps and the kernel and filesystem on my blog
>
>     I can help you regarding any specific questions during the porting
> onto SMDK6400.
>
> Regards
> Ananth
>
> On Mon, Jan 12, 2009 at 12:15 PM, getandroid <[email protected]> wrote:
>
> > 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