Hi,      What I do is to build my kernel image and android images
separately. Then I extract my linux kernel image root file system to a
drive. After that, I build the files (android userland) in the android sdk,
and then copy the contents of the root, system and data folder to the
driver.

So, in essence, the steps are to build you kernel image with the drivers
separately, and then merge the android root, system and data folder created
using the sdk, with the kernel root file system

Elvis Dowson

On Sun, Jun 14, 2009 at 12:04 PM, etason <[email protected]> wrote:

>
> I'm a rookie in porting Android to X86, here I need to add a ethernet
> driver for my desktop, but I don't know the what the exact steps to
> add the driver in kernel source tree, so that I can make it and add to
> init.rc to trigger it when booting, can some one give me a help?
>
> Sorry about my stupid question and poor English
>
> >
>

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

Reply via email to