Re: [android-kernel] panic ! who can help me!

2011-07-29 Thread William W.-Y. Liang
The last message indicates format error for netd. Is it possible that you have ever compiled it separately with different toolchain? 2011 7 30 05:25 於 "yuzaipiaofei" 寫道: > i am porting android2.2 to mtk6516, when i boot os , the deivice happen this! > who can help me ? > > thanks so much! > > [ 4

[android-kernel] Scheduling in Linux

2011-07-29 Thread Pandi
Hi, I am working on Linux Kernel 2.6.35 driver. I have code like as follows /// Process A { wait_event(event_q,condition); } / /// ISR { fun_1(); } fun_1(){ wakeup(event); } / Problem here is Pro

[android-kernel] panic ! who can help me!

2011-07-29 Thread yuzaipiaofei
i am porting android2.2 to mtk6516, when i boot os , the deivice happen this! who can help me ? thanks so much! [ 46.069417] ccci_pmic: VSIM2_EN [ 46.069920] [PM LOG][hwPowerDown] powerId:15 index:0 mod_name: CCCI_PMIC [ 46.142778] ccci_pmic: UNLOCK # ps USER PID PPID VSIZE RSS

[android-kernel] Re: NEON intrinsics for shift operations not working on emulator

2011-07-29 Thread newbie_tsb
Hi mizmit1222, Thanks for your help. But I am still facing the same problem on emulator. I downloaded the source code of AOSP and built it following the instructions given in http://source.android.com/source/index.html. The build was successful. Then I started the emulator by using the kernel "ke

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-29 Thread prashant patil
How tranfer from ram data to sd card On Jul 29, 2011 11:04 AM, "Siva kumar Balasubramanian" wrote: > The source code consists of two folders > > 1. GT-P1000_ Kernel.tar.bz2 > 2. GT_P1000_Platform.tar.bz2 > > When i extract the above two folders, there is a Readme file in the > GT-P1000_Kernel fold

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-29 Thread Siva kumar Balasubramanian
The source code consists of two folders 1. GT-P1000_ Kernel.tar.bz2 2. GT_P1000_Platform.tar.bz2 When i extract the above two folders, there is a Readme file in the GT-P1000_Kernel folder 1. How to Build - get Tool