|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
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?
Quote:
__________________
WinMo: Jan.3.2011 VINdows Neodium (2.37 WV radio) OC'ed to 710Mhz
Neopeek Android: Huawei Midnight Cherry Pie v3 650Mhz XDAndroid 2nd Setup: FRX06 03.25.11 OC'ed to 650Mhz Last edited by ndno; 02-15-2011 at 09:03 PM. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Last edited by ndno; 02-15-2011 at 11:07 PM. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Guys, I wanted to let you all know that this post is now out-dated for NAND, and I'm just waiting for things to finalize a little more before I update it. We officially have no rootfs anymore, and everything is done through init.rc or combined into the system/data store. I'll explain this a little better when I do update the first post.
I also have a huge update to do on the first post of the NAND testing thread as well. This will get first priority, and then I'll head over here and get this one updated as well. |
This post has been thanked 4 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
hi, nate
I know you are very busy. i apologise for that. I have an important question. data.img 1- when android is creating the data.img, you think is possible to let initrd.gz know, to add the data.img to an ext2 partition with 300mb. i want to keep the data.img in a ext2 partition by it self. 1- fat32 for all android stuff 2- ext2 for data.img only thanks
__________________
FROYO X SPRINT TOUCH PRO 2 (RHOD400)
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Order is set by the init file. In the current stock init file in the rootfs, there is an error, and the system partition is set as 3, and the data partition is set as 4, with nothing set to 2. You can create the partitions numbered that way using fdisk in Linux, or you can fix the init script. My initial experimentation shows that this gets USB/SD card semi-working. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
|
|
||||
Quote:
I was able to add more mb to my data.img (500), when creating new data.img. Test 2 I created a fat32(android stuff) and ext2 partition (data.img). But when creating the new data.img. the data.img is in the sd card not in the ext2. I will play more with this tomorrow. But everything is working according plan. Thanks FROYO X RED, BLAZN 2.2.2, GINGERBREAD 2,3,2, SENSE FROYO 2.2/SPRINT TOUCH PRO 2/RHOD400 Last edited by tiad8; 03-10-2011 at 02:42 AM. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
If you don't partition the sd card and just leave it formatted as FAT32, the data.img by default is in ext2 as you can see from the code: init - eclair-rootfs in XDANDROID Eclair - Gitorious If you want it to actually say data.ext2, you can just change the extension and update the if statement to check for data.ext2 instead of data.img, but it won't affect performance or change the way it works. Thanks for bringing this thread back up too. I almost forgot to get it updated! Maybe I'll have some free time tomorrow when I get home from work |
|
|
|