Hi!

I tried compile the Linux Kernel that I got from
http://android.git.kernel.org/?p=kernel/msm.git and the one provided
by HTC in the developer website http://developer.htc.com/ (HTC Dream
Kernel Source Code). After finishing the compilation I get a zImage
that I am trying to run on my ADP1. If I run it using fastboot boot
<location of zImage> the ADP1 reboots but the old kernel is loaded. If
I try fastboot flash:raw boot <loacation of zImage> then the ADP1
reboots and when it tries to boot it reboot again after a few seconds.
I suspect I must be getting some sort of kernel panic. Does anyone
know how can I debug the kernel while booting or why this problem
occurs and how can be fixed?

The kernel was compiled with the following commands.
Wile in the kernel directory:
adb pull /proc/config.gz .       (From the ADP1)
gunzip config.gz
mv config .config

make ARCH=arm CROSS_COMPILE='<directory of android project>/prebuilt/
linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-'

If you need any more information please let me know!

Thanks in advance!

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to