|
|
|
||||
|
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.... |
|
||||
|
Anyone try compiling a nand kernel lately?? nbh doesn't package up right for me or something. I can't get past first boot splash...
Off the slightly tweaked FRX05 Nandroid ROM, fuk winmo...
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid.... |
|
||||
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Hi there,
I've just built success and got ruu_signed.NBH & modules-2.6.27.46-01254-g2a78bb6.tar.gz files. Since new NAND version came and put everything inside device memory (only use sdcard for update) I want to known how to update zImage & modules. Is there any guide to made androidupdate.tgz? Can I use 'recovery' to update that file? I was made a androidupdate.tgz by tar-zipped a directory with: Code:
data
`-- modules
|-- bcm4329.ko
|-- cfg80211.ko
|-- ip_queue.ko
|-- iptable_filter.ko
....
-- 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:
Again, I apologize for the delay on updating the first post. I'm heading out to the zoo with the wife, but we'll be back in a couple of hours and I'll get it updated then. She has a baby shower after we get back, so that should give me plenty of time |
| This post has been thanked 1 times. |
|
||||
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
yeah, thanks, that's what I need, man. I'll re-compile them tomorrow
Also, if you are going to edit the first post, don't forget to modify some line to make newcomer do correct things! Code:
cat ~/android/linux-msm-rhod-nand/arch/arm/include/config/kernel.release Code:
cat ~/android/linux-msm-rhod-nand/include/config/kernel.release Code:
if [ ! -d "$ANDROID/output/sdcard" ] ; then mkdir -p $ANDROID/output/sdcard fi Best regard! Uoc Nguyen |
| This post has been thanked 1 times. |
|
||||
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Also, I just updated the first post with some of what I had. I'm still refining a few things, and the 2nd post will be updated shortly. |
| This post has been thanked 1 times. |
|
||||
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Great update, natemcnutty!
|
![]() |
|
|
|