[android-porting] Re: Android build error for superh arch

2010-05-25 Thread abukustfan
Hi, I thinks you miss the step 4. $ cp patches/tools/local_manifest.xml .repo/ On 5月19日, 午後2:50, Pankaj wrote: > Hello All > > I am new in porting android on SuperH > > As per flowing link i download source android source code(Step 4) > successfully. > > https://oss.renesas.com/modules/document/

[android-porting] Re: Android build error for superh arch

2010-06-10 Thread Pankaj
Thank you very much for your reply. Yes you are right i missed step4. Now i have build android source code for superH arch But now confusion is that how can i mount android image in my Device. Do you have any idea for same? Please guide me. On May 25, 1:31 pm, abukustfan wrote: > Hi, > > I think

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread abukustfan
You can create your rootfs as below, $ cp mydroid/out/target/product/ms7724/root/* / $ cp mydroid/out/target/product/ms7724/system/* / system/ $ cp mydroid/out/target/product/ms7724/data/* / data/ If you use MS7724, = USB partition 2. Good luck! On Jun 10, 7:07 pm, Pankaj wrote: > Thank yo

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread Pankaj
Hi abukustfan Thanks for the reply. I have compiled source code of android. But my confution is how to run or porting android in my device. I am used hyper terminal for intract with my PCB and U-Bot as a boot loader. In your reply, i did not get i mean how can i create my target rootfs system. I

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread abukustfan
Hi, How do you boot normal Linux from your device? NFS or SD card? On Jun 21, 11:38 pm, Pankaj wrote: > Hi abukustfan > Thanks for the reply. > I have compiled source code of android. > But my confution is how to run or porting android in my device. > I am used hyper terminal for intract with my

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread Pankaj
Hi I used SD card for boot normal linux. On Jun 22, 5:07 am, abukustfan wrote: > Hi, > > How do you boot normal Linux from your device? > NFS or SD card? > > On Jun 21, 11:38 pm, Pankaj wrote: > > > > > Hi abukustfan > > Thanks for the reply. > > I have compiled source code of android. > > But m

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread Pankaj
Hi it also support nfs boot. But now i used sd card for boot normal linux On Jun 22, 8:35 am, Pankaj wrote: > Hi > I used SD card for boot normal linux. > > On Jun 22, 5:07 am, abukustfan wrote: > > > > > Hi, > > > How do you boot normal Linux from your device? > > NFS or SD card? > > > On Jun 2

[android-porting] Re: Android build error for superh arch

2010-06-21 Thread abukustfan
Hi, ic, then it should be fine for just replace the normal Linux userland to Android userland. = /media// Also replace the kernel... On Jun 22, 12:49 pm, Pankaj wrote: > Hi > it also support nfs boot. > But now i used sd card for boot normal linux > > On Jun 22, 8:35 am, Pankaj wrote: > > >

[android-porting] Re: Android build error for superh arch

2010-06-22 Thread Pankaj
Hi, This is my SD card default folder structure # ls bin dev lib opt sbintmp bootetc lost+found procsys usr datahomemnt rootsystem var # I am copied all folder and file in System , data an

[android-porting] Re: Android build error for superh arch

2010-06-22 Thread abukustfan
Hi, The original Linux userland is not necessary for Android userland. Remove all original Linux userland from SD card, then copy Android userland. Your SD card default folder structure should be like this, # ls data dev init.goldfish.rc init.rc sbin system default.prop init init.

[android-porting] Re: Android build error for superh arch

2010-06-22 Thread Pankaj
Hi I successfully copy android user land in my sc card # ls boot init lost+foundsbin data init.goldfish.rc proc sys default.prop init.r0p7724.rc ramdisk system dev init.rc ramdisk.img # In boot folde

[android-porting] Re: Android build error for superh arch

2010-06-22 Thread tony
You MUST modify your kernel for Android. Just download both BSP and compare the different in kernel. Then add the diff into your kernel. https://oss.renesas.com/modules/download/index.php?cid=66 https://oss.renesas.com/modules/download/index.php?cid=62 Or maybe you can download android kernel her