[android-kernel] Re: Testing compiled android kernel

2009-12-31 Thread mundou
I'm also interested in this. Do you know how I can test the new kernel on a real Android device? Not on emulator. Thanks! mundou On 2009年12月24日, 上午9时05分, perumal316 wrote: > You can just specify the path to the compiled kernel when invoking the > android emulator. > > For example: > > ./emulator

[android-kernel] Re: Testing compiled android kernel

2009-12-23 Thread perumal316
You can just specify the path to the compiled kernel when invoking the android emulator. For example: ./emulator -avd Android1.5 -kernel /l/ kernel/arch/arm/boot/zImage -show-kernel On Dec 23, 10:34 pm, QAH wrote: > Hello everyone! How can I test a kernel after I compile it? Do i use > the and