Sam: You can reference the thread on eeepc, i have one post regarding build the kernel for VMWare. http://groups.google.com/group/android-porting/msg/b9ffcb185b758b92 http://groups.google.com/group/android-porting/msg/4e5a2a4498e2513f To build the drivers in the kernel, if you select built-in, it is in the kernel. If you want to build the modules, then you can issue command: mydroid/kernel$make modules Then you can find the right .ko files under your selected drivers directory. If you want to build external drivers, you may need to let the driver know where the kernel is, and then build the drivers. After the build, you can copy those drivers to mydroid/vendor/asus/eee_701/modules/, after that issue the build instruction: mydroid$TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2 installer_img If you have already built the installer.img before, maybe you'd better to remove the installer.img and installer directory under mydroid/out/target/product/eee_701 Hope it helps. -- Chen
On Thu, Feb 12, 2009 at 9:41 PM, bo wang <[email protected]> wrote: > hi chen , > i dont know how to make kernel ,and drivers. > can you give me some infomation ? > like porting to eeepc .... > Thanks, > Sam > > > > 2009/2/12 bo wang <[email protected]> >> >> Dear , >> i think this url can help you . >> >> http://groups.google.com/group/android-porting/browse_thread/thread/79d6698f69d4bae2/944d12fd3ef0f60a?#944d12fd3ef0f60a >> >> http://groups.google.com/group/android-porting/browse_thread/thread/66862bdb52dac936/8ffe04d6b3f9d4c0 >> >> and this is for epc701 x86 platform . >> >> make modules driver , and the can run. >> >> >> Thanks , >> Sam >> >> >> 2009/2/12 dhananjay <[email protected]> >>> >>> Hi All, >>> I want to build android on my linux x86 core 2 duo m/c. >>> (ubuntoo) . >>> can anybody tell me the steps to build android source for >>> x86 architecure for my desktop system.and also the url from where we >>> can download source for x86 architecture. >>> >>> >>> Regards, >>> DJ >>> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
