Humn, Finally figured it out ...

everything under the /root directory of /out/target.../ will go into
the / and the system directory would be the /system directory and from
where all the binaries are taken,
so I guess there are just 2 important directories under /out/
target.../ , i.e the root and system.

so we can just do
cp -rv out/target/../root/* /my_target_fs/
&
cp -rv out/target.../system/* /my_target_fs/system

Thanks "Mori" for the List of books...<Though I didn't find my answer
to it, [if you happen to read my question properly]> But surely did
help...


On Oct 17, 9:11 pm, "Mori" <[EMAIL PROTECTED]> wrote:
> Hi,
>     Here are some books list. I hope that can help you.
>
> Prentice Hall - Embedded Linux Primer - A Practical Real-World Approach
> O'Reilly - Building Embedded Linux Systems
> CRC Press - Embedded Linux System Design and Development
>
> Mori
>
>
>
>   ----- Original Message -----
>   From: pavan savoy
>   To: android-internals@googlegroups.com
>   Sent: Saturday, October 18, 2008 7:54 AM
>   Subject: [android-internals] Creating the "/" directory...
>
>   Hi,
>
>   How do I create a "/" directory out of the out/target.... directory I get 
> after doing a make ? in the android source ??
>
>   Can someone explain or point to document which explains what the 
> ramdisk.img, system.img and data.img images contain or what they mean ?
>
>   Thanks & Regards,
>   Pavan Savoy- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to