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 -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
