I have put together what I call my kernel studio. This is what I use (minus the configs) to create all my kernels. It is pretty straightforward, there is a script in the kernel directory called setup, which will set all the environment variables for you. You will need to edit this file to point at your android toolchain directory, then run it like this:
then you canCode:$ . setup
and then justCode:$make sholes_defconfig
(to configure the kernel)Code:$make menuconfig
this will produce the zImage that you will be using in the next scripts. return to the root directory and run (to create a GZIP-compressed boot.img that will boot gingerbread):Code:$make
to produce out/gb_boot.img (using the ramdisk contents in gb_ramdisk), and also copy the compiled zImage to out/gb_zImageCode:$gb_gogzip
to create an LZMA-compressed froyo boot img (using the ramdisk contents in fr_ramdisk), run
you can probably figure out what the other go_* scripts doCode:$fr_golzma![]()
http://rzdroid.com/ftp/kernels/RZK_studio.tar.bz2

LinkBack URL
About LinkBacks




Reply With Quote


