View Single Post
  #92 (permalink)  
Old 02-15-2011, 10:53 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin

Quote:
Originally Posted by ndno View Post
I'm finally setup up Ubuntu under Vmware; for the Froyo system.ext2, rootfs, and initrd, how do you grab the sources? Will it be something like this?
For building the system, it is much more complicated and something that I have not set up in my environment. You compile a lot with Java and such.

For rootfs and initrd, it's pretty much what you said, but the gits are the wrong addresses. Haret is the only one using rootfs now as we changed it for NAND. Here are the two gits you want to clone:

Code:
git clone git://gitorious.org/xdandroid-eclair/eclair-rootfs.git
git clone git://gitorious.org/xdandroid-eclair/initramfs.git
Note: They are restructuring the XDAndroid stuff to get rid of legacy names like eclair and all that.
Reply With Quote