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

2011-07-28 Thread Yue Zeng
Is the code released by Samsung complete.? On 29 Jul 2011 14:28, "Siva kumar" wrote: > I am trying to compile kernel for samsung tablet p1000. I was able to > compile the kernel and create zImage. But how to create a ramdisk and > cobine it with zImage. > > > On Jul 22, 3:03 pm, jagan <402ja...@gm

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

2011-07-28 Thread William W.-Y. Liang
About the part for creating the ramdisk, I think you can get it by building the Android source, which will produce the ramdisk, system, and userdata images. William Liang 2011/7/29 Siva kumar > I am trying to compile kernel for samsung tablet p1000. I was able to > compile the kernel and create

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

2011-07-28 Thread Siva kumar
I am trying to compile kernel for samsung tablet p1000. I was able to compile the kernel and create zImage. But how to create a ramdisk and cobine it with zImage. On Jul 22, 3:03 pm, jagan <402ja...@gmail.com> wrote: > Ok... > I think it may be correct also. > As i worked on targets we always use

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

2011-07-28 Thread mizmit1222
Hi, I found that the latest qemu supports Armv7a-neon. To try it out, you need to build SDK by yourself for now. Follow the instruction how to build AOSP from source code at http://source.android.com/source/index.html Regards, On 7月29日, 午前2:16, newbie_tsb wrote: > I downloaded the source code

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

2011-07-28 Thread newbie_tsb
I downloaded the source code of android-goldfish-2.6.29 kernel and built it for ARM v7 and NEON support. I want to test a code with NEON intrinsics on android emulator(AVD). I was able to launch the emulator with ARM v7 and NEON support. My problem is not all NEON intrinsics seem to work.Specifical