[android-porting] Re: android-porting only ARM or X86 ?

2009-03-26 Thread adik liu
Hi Yi Sun & Dear all I follow http://source.android.com/download to download android source code and refer the prebuild and build directory I still have no idea how to build the rootfs for SH. Could you give me some hint about how to build it for android SH. Sorry to trouble you !! thanks in advanc

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-23 Thread Yi Sun
follow http://source.android.com/download to download android source code. And you don't need to change init, what you need is recompile the binaries for the right platforms . Please look into the prebuild and build directory to get better understanding On Mon, Mar 23, 2009 at 7:46 PM, adik liu w

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-23 Thread adik liu
Dear sir Anyones knows where to download the "Android filesystem source code" ? Because I want to complier it ,let the "init" file could be used by SuperH cpu. BTW, anyone knows how to modify the "Android filesystem source code" to compiler? THX adik 2009/3/20 Dianne Hackborn > On Thu, Mar

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread Dianne Hackborn
On Thu, Mar 19, 2009 at 10:25 AM, Yi Sun wrote: > (4) Is Android supported the SH-MobileR(sh7722)? > not sure, but I have never heard anything it. > Note that you'll want to be running in little endian or you are in for a world of hurt. I don't have any idea what the endianness of this cpu is t

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread Yi Sun
>>The questions are >>(1) Do I have do something error ?, You only built your kerenl correctly. you need to build your own ramfs and other user binaries in order to make this work for you. (2) Is the init for ARM cpu, not for SuperH cpu? Yes (3) How to generate the init file for superH? Please look

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread adik liu
Dear , I used a platform called "migo-R" which cpu is SH7722. http://tw.renesas.com/fmwk.jsp?cnt=sh7722_root.jsp&fp=/products/mpumcu/superh_family/sh7780_series/sh7722_group/ I download a android kernel source "linux-2.6.25-android-1.0_r1.tar.gz" from "http://code.google.com/p/android/downloads/lis

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread David Turner
No, efforts to port the platform to other CPUs are welcomed in android-porting. Can you tell us exactly what difficulties you're encountering. I assume you started by modifying the build system and porting the C library, right ? On Thu, Mar 19, 2009 at 12:59 AM, adik wrote: > > Dear all, > Must