Hi

I got the android source tree by command:
repo init -u git://android.git.kernel.org/platform/manifest.git -b
cupcake
then in the kernel directory, I typed the command:
git fetch origin android-goldfish-2.6.27:goldfish
to switch to the goldfish branch

Then I commented out the LDFLAGS line in the main Makefile, typed
make goldfish_defconfig
make
When it succeeded, I tried to launch the emulator with the command:
emulator -system <system_dir> -kernel <kernel_dir>

But when the emulator started, it suspended at the android image(the
small robot), and if I open the kernel message, it kept printing
request_suspend_state: wakeup (0->0) at 842945074484 (2009-02-11
07:27:11.389466714 UTC)

I have no idea why this happened, is it with that I got the 'cupcake'
branch rather than the master, or I didn't get the correct goldfish
branch? Has anyone encountered the same problem?

I am waiting for help, thanks.


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

Reply via email to