[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

[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

[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

[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

[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/* your_target_rootfs/ $ cp mydroid/out/target/product/ms7724/system/* your_target_rootfs/ system/ $ cp mydroid/out/target/product/ms7724/data/* your_target_rootfs/ data/ If you use MS7724, your_target_rootfs = USB

[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 your_target_rootfs i mean how can i create my

[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 gadhiya_pankaj...@yahoo.co.in 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

[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 abukust...@gmail.com wrote: Hi, How do you boot normal Linux from your device? NFS or SD card? On Jun 21, 11:38 pm, Pankaj gadhiya_pankaj...@yahoo.co.in wrote: Hi abukustfan Thanks for the reply. I have

[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 gadhiya_pankaj...@yahoo.co.in wrote: Hi I used SD card for boot normal linux. On Jun 22, 5:07 am, abukustfan abukust...@gmail.com wrote: Hi, How do you boot normal Linux from your

[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. your_target_rootfs = /media/sdcard/ Also replace the kernel... On Jun 22, 12:49 pm, Pankaj gadhiya_pankaj...@yahoo.co.in wrote: Hi it also support nfs boot. But now i used sd card for boot normal

[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 abukust...@gmail.com

[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 gadhiya_pankaj...@yahoo.co.in wrote: Hello All I am new in porting android on SuperH As per flowing link i download source android source code(Step 4) successfully.

[android-porting] Re: android build error

2009-07-08 Thread zhtlancer
I've got the same problem, maybe they have changed something, sigh~ On Jul 8, 4:14 am, androidfan vaishali.kara...@gmail.com wrote: Thanks. I applied following patches:     * 0001-1.-added-scripts-to-build-install-image.patch     *

[android-porting] Re: android build error

2009-07-08 Thread zhtlancer
Someone has encountered this problem, and there is a patch to solve it. You can have a try. https://review.source.android.com/9284 quote:http://groups.google.com/group/android-platform/browse_thread/ thread/4fb26f7acb98a6aa On Jul 8, 4:14 am, androidfan vaishali.kara...@gmail.com wrote: Thanks.

[android-porting] Re: android build error

2009-07-07 Thread Chen Yang
you can follow the patch posted there: http://code.google.com/p/patch-hosting-for-android-x86-support/ -- Chen On Tue, Jul 7, 2009 at 12:46 AM, androidfan vaishali.kara...@gmail.comwrote: Hi, I am trying to build android for eee 701 with the following host system configurations: