Hi All,

The emulator screen does not show up with new zImage...
The steps I followed are:

1) Downloaded the android kernel from "git clone 
git://github.com/CyanogenMod/cm-kernel.git"
2) extracted  config file from config.gz from /proc/config.gz in
emulator
3) copied config  file to .config in "cm-kernel" directory
4) export CCOMPILER=${HOME}/android/system/prebuilt/linux-x86/
toolchain/arm-eabi-4.4.0/bin/arm-eabi-
5) make ARCH=arm CROSS_COMPILE=$CCOMPILER oldconfig
   make ARCH=arm CROSS_COMPILE=$CCOMPILER menuconfig
   make ARCH=arm CROSS_COMPILE=$CCOMPILER
6) zImage is created in "arch/arm/boot/zimage"
7) I run the emulator with this file as
      emulator.exe -avd smartcache  -show-kernel  -debug-kernel  -
kernel zimage -verbose
8) the emulator stops at
    emulator: ping command: C:\WINDOWS\system32\cmd.exe /C "C:\android
\android-sdk_r07-windows\android-sdk-          windows\tools\ddms.bat"
ping emulator standalone

After this there is no error message and the emulator does not start.
The Kernel image is not decompressed.

Please Please help me in resolving the problem. Thanks in advance..
Please help

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to