There is a good guide on porting Android to an Arm system already running Linux.
http://blogs.arm.com/software-enablement/498-from-zero-to-boot-porting-android-to-your-arm-platform/ I've used this method for a while and it works well. On Oct 29, 3:25 am, Leo <[email protected]> wrote: > Thanks , I'll try it right now. > > On Oct 28, 10:04 am, 070 <[email protected]> wrote: > > > > > > > > > i am also a newbie to android-porting....in my mind, you should do at > > least several steps. > > > 1, follow the tutorial onhttp://source.android.com/source/index.html > > to download source, setup your envirenment, compile android source, > > make a NFS to hold android files maybe a good choice. > > 2. get the linux kernel source of your device, in your case is > > devkit8K, the source version should be as newer as possible, too old > > version will increase your hardwork. 2.6.29 may be new enough(i guess) > > 3. get the android linux kernel fromhttps://github.com/android, get > > kernel_common , kernel_msm, or kernel_omap. > > 4. diff the two source, add source about android into your device > > kernel source.make menuconfig, include the config of android. > > 5. make to get the kernel image, then boot, see what happen, google > > and solve it. > > > hard work and luck are both important :) > > On 10月27日, 上午11时23分, Leo <[email protected]> wrote: > > > > Hi all: > > > I got the devkit8000 and want to port the android to this board. > > > I'm very interested in these work. please help me, thanks very much. > > > > B.R > > > Leo -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
