This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Thanks. I guess I better understand the difference. I have been using Haret with testing the other builds. NAND I understand (superficiaqlly) also replaced the WinMo bootloader? That is a bit too radical for me. Have read of a few phones bricked that way.
__________________
Sprint: G1000, HTC-6600, 6800, TP2 now Optimus S with Stock Android 2.2.2.
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
I wanted to compile a kernel. Has started it in the terminal:
Code:
sudo apt-get install git-core sudo apt-get install wine mkdir android cd android git clone git://android.git.kernel.org/platform/prebuilt.git git clone git://gitorious.org/~acl/linux-on-qualcomm-s-msm/linux-msm-rhod-nand.git cd android mkdir modules cd linux-msm-rhod-nand make clean make ARCH=arm htc_msm_nand_defconfig make ARCH=arm CROSS_COMPILE=~/android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- INSTALL_MOD_PATH=~/android/modules zImage modules modules_install |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
wow vovka, too much vodka for you..... NAND means Not Actually Needing Damn haret.... lol google nand, then google haret bro....
Last edited by MassStash; 03-14-2011 at 01:51 PM. |
This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Thanks, but I think we have probably both done that and NAND seems a touch scary to me with potential bricking of the phone more likely than with Haret. Is this a misperception?
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
We are writing a bootloader (tinboot in this case) to the NAND which is executed, unpacks the kernel, and then runs the init/install scripts. I ended up having to write a document of this post because every time I start to update it, I either get pulled away, or we change something crucial :P I'm still going to gear this toward NAND because we have a lot more control over cmdline and such with Haret, so you don't need some of the detail for that. I'll have a better explanation of the boot sequence in the Tinboot section too. |
This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
jerryyyyy@jerryyyyy-VirtualBox:~/android/modules/lib/modules/2.6.27.46-01276-g6a6a1c1$ According to the instructions: "Unfortunately, the modules still need to be packaged, so you will need to search for all .ko files, copy them into an empty directory and compress them into a tar.gz. The name will be modules-2.6.27.46-01192-version.tar.gz. " I guess I need to compress this directiory (hope it is this simple). I understand you all are busy, as am I, but, interesting to hack away at this.... |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
__________________
HTC Touch Pro 2 - RHOD400 - Sprint - FRX07
|
This post has been thanked 1 times. |
|
|
|