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 <[email protected]> wrote: > Hi > it also support nfs boot. > But now i used sd card for boot normal linux > > On Jun 22, 8:35 am, Pankaj <[email protected]> wrote: > > > > > Hi > > I used SD card for boot normal linux. > > > On Jun 22, 5:07 am, abukustfan <[email protected]> wrote: > > > > Hi, > > > > How do you boot normal Linux from your device? > > > NFS or SD card? > > > > On Jun 21, 11:38 pm, Pankaj <[email protected]> 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 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 target rootfs system. > > > > I have 4 gb sd card. But i don't know proting process/command. > > > > > Would you please explain android porting step in real device? > > > > > Thank you in advance > > > > Pankaj Gadhiya > > > > > On Jun 21, 2:22 pm, abukustfan <[email protected]> wrote: > > > > > > 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 partition 2. > > > > > > Good luck! > > > > > > On Jun 10, 7:07 pm, Pankaj <[email protected]> wrote: > > > > > > > Thank you very much for your reply. > > > > > > Yes you are right i missed step4. > > > > > > Now i have build android source code forsuperHarch > > > > > > > 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 <[email protected]> wrote: > > > > > > > > Hi, > > > > > > > > I thinks you miss the step 4. > > > > > > > $ cp patches/tools/local_manifest.xml .repo/ > > > > > > > > On 5月19日, 午後2:50,Pankaj<[email protected]> wrote: > > > > > > > > > Hello All > > > > > > > > > I am new in porting android onSuperH > > > > > > > > > As per flowing link i download source android source code(Step > > > > > > > > 4) > > > > > > > > successfully. > > > > > > > > >https://oss.renesas.com/modules/document/?How%20To%20Build%20Android > > > > > > > > > When i perform step 5 it give error. Like > > > > > > > > "Directory vendor/renesas/ms7724/ not exist!" > > > > > > > > > My confusion is, if i download all source code then why this > > > > > > > > directory > > > > > > > > not create in my mydroid folder? > > > > > > > > > Also when i build source code (Step 6) Using > > > > > > > > > make -j8 TARGET_ARCH=sh TARGET_PRODUCT=ms7724 > > > > > > > > > it give following error > > > > > > > > build/core/product_config.mk:173: *** No matches for product > > > > > > > > "ms7724". > > > > > > > > Stop. > > > > > > > > > Please help me on this error. > > > > > > > > Thank you in advance. > > > > > > > > > -- > > > > > > > > unsubscribe: [email protected] > > > > > > > > website:http://groups.google.com/group/android-porting > > > > > > > > -- > > > > > > > unsubscribe: [email protected] > > > > > > > website:http://groups.google.com/group/android-porting-Hidequotedtext- > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
