|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Yeah, sorry, Tinboot is definitely not very friendly in its current state. My script should have the right stuff in it though.
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Hey there, I was fun fullbuild script successfully but still got "not found rootfs", any suggestion? Am I missing something or something go wrong?
-- Best regard! Uoc Nguyen
__________________
No money, no honey!
--- Motoroi XT720 - MIUI 1.10.21-t2w - [OC 1Ghz very fast & smooth] - CM-7.1.0-11.10.12-ODEX-XT720-J.Y.Daddy |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
We no longer use rootfs on NAND. That is a Haret only thing now. |
This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Yeah, I already clone the bootenv repo, I think issue come from not clean build then my image still using old initrd from Haret. That thing caused it always lookup rootfs somewhere like Haret way
-- Best regard! Uoc Nguyen |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
OK, there are a few new changes that we are making, and I'm working on updating the scripts again. For NAND, we are now compressing the modules into a Squash file system and putting that under /system/lib/modules/'uname'.sqsh. For this, we need to install squashfs-tools and make a few minor adjustments to the script
Edit: And apparently we have to use a specific version of squashfs-tools, so v4 that installs through apt-get install squashfs-tools will not work. I'll have more details later. Last edited by natemcnutty; 03-28-2011 at 08:59 PM. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
thought i used 3.4 squash properly, but perhaps not. anyone tell me what i'm doing wrong if i still get no modules directory? i my squash, or the init? i put the sqsh in the system and made respective directories right?
|
|
||||
Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24212/24.746; U; en) Presto/2.5.25 Version/10.54)
Quote:
Last edited by natemcnutty; 04-05-2011 at 01:19 AM. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Has anyone tried building under OSX? I found specific instructions here to build the default Android sources:
Building Android on Snow Leopard | Quietly Coding I have a Macbook for iPhone development, so I'd prefer using it instead of installing linux from scratch on my windows machine. As a side note, this thread really belongs in the new Android Development sub-forum. |
This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
The second repository, xdandroid-eclair/eclair-rootfs.git cannot be found. |
|
|
|