View Single Post
  #115 (permalink)  
Old 03-13-2011, 08:21 PM
vovka48's Avatar
vovka48
Lurker
Offline
 
Join Date: Feb 2011
Posts: 3
Reputation: 0
vovka48 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
All was compiled perfectly. Has replaced zimage with the and when I start haret.exe in WinMo there are 2 short vibrations and further all freeze. In what my mistake?
Reply With Quote