Re: [android-kernel] Scheduling in Linux

2011-08-04 Thread Sung-Taek Lim
If isr is getting called continuously as you said, kernel thread which has lower priority than any isr will not get opportunity to run on cpu. The rate of irq should be throttled properly. 2011. 7. 30. 오전 6:25에 "Pandi" 님이 작성: > > Hi, > > I am working on Linux Kernel 2.6.35 driver. I have code like

[android-kernel] Not able to execute the init

2011-08-04 Thread Rams
Dear ALl I am trying to port android 2.6.32 kernel to OMAP 3430 (ZOOM2 Board).init is not executing. Can anyone please help Log ## Booting image at 81c0 ... Image Name: Linux-2.6.32.9 Image Type: ARM Linux Kernel Image (uncompressed) Data Size:2601168 Bytes = 2.5 MB Load Add

[android-kernel] compiling a kernel from source, android

2011-08-04 Thread Scorpio92
Hello! tell me please, I compiled the kernel from source, android. and here there was not something that would be a problem ... shorter than when I go to phone settings-> about the phone in the kernel version is displayed lg-electronics @ scorpio-MS-7176. That's the question: why the user name lg-e

Re: [android-kernel] kernel build fails to build from custom .config file

2011-08-04 Thread jagan
Hi Gopi, Don't edit .config, it's kernel script generated file. Once you did $ make ARCH=arm devkit8000_defconfig do like $ make ARCH=arm menuconfig then we can get the kernel config menu start enable/disable the kernel configs & save. The the configurations will reflects the build Regards, Jag

Re: [android-kernel] kernel build fails to build from custom .config file

2011-08-04 Thread raja pavan
Hi, (1) What are the build errors? (2) Compare custom .config with *emulator kernel .config*, using "meld" *emulator kernel .config : *can be obtained using adb pull /proc/config.gz extract config.gz, this will give .config (2b) Check the image specifier, I have built several times using Image i