Re: [android-kernel] How to port 3.10 kernel to android?

2015-07-21 Thread Amit Pundir
On 18 July 2015 at 09:40, Vegivada Veera naga praveen kumar wrote: > > Hi, > > I am trying to port the 3.10 kernel to android for my arndale board. > > I have working 3.4 kernel with android and working 3.10 linaro kernel with > me. If 3.10 linaro kernel works for your platform then pull 3.10 lin

Re: [android-kernel] How to port 3.10 kernel to android?

2015-07-20 Thread Raul Piper
There are two ways either you merge the 3.10 changes to 3.4 incrementally and see till what point you can go far without breaking the Android booting. Second ways it directly build the kernel and link its zimage with the kernel image for you board and then make bootimage and flash it using fastboot

[android-kernel] How to port 3.10 kernel to android?

2015-07-20 Thread Vegivada Veera naga praveen kumar
Hi, I am trying to port the 3.10 kernel to android for my arndale board. I have working 3.4 kernel with android and working 3.10 linaro kernel with me. I downloaded the android-3.10.y from git kernel/common under from the AOSP. Can any one specify the steps to port my 3.10 kernel on to androi