View Single Post
Posts: 3 | Thanked: 0 times | Joined on May 2012
#1
Hi all i'm trying to compile own kernel for n9


steps:
1./scratchbox/login (now i'm into sdk)
2.apt-get source kernel
3.cd kernel-2.6.32/
4.make rm581_defconfig
5.make -j4

in out i get zImage kernel file


i flash it

/flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -R


But kernel still not bootable.
After reboot i see only "Warning message" boot process stopped
and after 3-5 minutes of stuck phone reboot again.

Please help me.