Hi

Thank you very much for the reply.
I think discussion is goting some wrong way.
I am newbee in android poriting .

Actually i want to run android in my PCB. It has superH arch
processor.

I am sucsessfully compiled android source code for the superh arch.
Also i have kernel which is sucessfully run in my PCB but android is
not run yet.

Now i want to porting android in my PCB. So i have used my own PCB
kernel.

After build source code sucssessfully, copy ramdisk.img file in my CF
card
and create folder structure using unzip ramdisk,img file.

Copy userland in SD card (system and data).

After this for run android, i try to run init file.
But i can't get android boot logo.

Please guide me on this topic.
Should i have changes to kernel or any other code.
I am trying to run init file for android starup. it is right way?

Thank you in advance
Pankaj Gadhiya

On Jun 26, 8:33 pm, Ashwin Bihari <[email protected]> wrote:
> Sunny,
>
> Your narrative clearly says that you've never actually TRIED to get
> anything into the Linux Kernel mainline..it takes a very concentrated
> and prolonged effort to get the simplest thing reviewed and
> accepted..so the changes that Google made would take a considerable
> amount of time..
>
> Google isn't necessarily the one to blame here and aren't the only
> people out that the maintain a Kernel tree that parallels in the
> mainline Kernel but is separate..
>
> -- Ashwin
>
>
>
> On Fri, Jun 25, 2010 at 8:14 AM, Sunny Aujla <[email protected]> wrote:
> > Hi Pankaj,
>
> > There's not much difference.
> > The Android kernel code has been removed from the main kernel tree as of the
> > 2.6.33 kernel release
>
> > The Android code was in the main kernel tree before 2.6.33 kernel release
> > but no one cared about the code, so it was removed. Then google had taken
> > over this code.
> > Google has taken the Linux kernel, and nothing else from a traditional Linux
> > system, and created a portable and robust phone platform.  What this means
> > now is:
>
> > Drivers written for Android hardware platforms, can not get merged into the
> > main kernel tree because they have dependencies on code that only lives in
> > Google's kernel tree, causing it to fail to build in the kernel tree.
> > Because of this, Google has now prevented a large chunk of hardware drivers
> > and platform code from ever getting merged into the main kernel tree.
>
> > Hope that gives you some insight of what has happened.
>
> > Regards,
>
> > On Fri, Jun 25, 2010 at 12:31 PM, Subramani Venkatesh
> > <[email protected]> wrote:
>
> >> Android uses same open source Linux kernel, there is no much
> >> difference, other than few kernel modules like Binders addition...
>
> >> On Fri, Jun 25, 2010 at 7:07 AM, Pankaj <[email protected]>
> >> wrote:
> >> > Hi all
>
> >> > I want to know diffrence beween android kernel and linux kernel.
> >> > Can any one give me some information regarding that?
>
> >> > Thank you
> >> > Pankaj Gadhiya
>
> >> > --
> >> > unsubscribe: [email protected]
> >> > website:http://groups.google.com/group/android-porting
>
> >> --
> >> unsubscribe: [email protected]
> >> website:http://groups.google.com/group/android-porting
>
> > --
> > unsubscribe: [email protected]
> > website:http://groups.google.com/group/android-porting- Hide quoted text -
>
> - Show quoted text -

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to