Re: [android-kernel] android kernal vs linux kernal

2012-12-11 Thread NEO
Android has its own drivers, for example, binder, pmem, etc. But as you know, kernel has merged these feature into the mainline. Maybe is linux 3.4 version? binder has been merged into the mainline, ION instead of pmem has implemented in linux kernel. Maybe the different is smaller and smaller. 2

Re: [android-kernel] Regarding Android CTS

2012-12-11 Thread NEO
; #adb disconnect 107.108.175.19: > No such device > > *This is the error I am getting...I am confused if it is not connected > then why it showd connected when I use "adb connect " wheras adbd deamon > runs on board and IP address are set successfully.* > > ** >

Re: [android-kernel] Regarding Android CTS

2012-12-10 Thread NEO
> that i can use as a connection is "ethernet port"...but when i followed the > doc "http://processors.wiki.ti.com/index.php/Android_ADB_Setup"...i > didn't have some binaries like setprop or su..I downloaded them,but they > didn't run properly.. > >

Re: [android-kernel] Regarding Android CTS

2012-12-10 Thread NEO
As you know, you need to fix the connection problem. Why don't you use usb cable? 2012/12/11 Manjeet Pawar > *Hi All,* > ** > *I want to run CTS(compatibility Test Suite) from commandline. But I am > not able to connect my board thought ethernet port via 'adb'. So connection > between hostpc an

Re: [android-kernel] Kernel Compling error No rule to make target `include/config/auto.conf

2012-11-25 Thread NEO
Please refer to this link. http://blog.csdn.net/weilaiqing/article/details/6359796 or you can google it. btw, why don't you use the android default build system? you can use make kernel to build kernel. 2012/11/25 neectron > No rule to make target `include/config/auto.conf' -- Best regar

Re: [android-kernel] [Kernel PANIC] ANDROID NFS Booting.

2012-04-05 Thread NEO
Hi I cannot find any thing wrong but this. Freeing init memory: 156K init: cannot open '/initlogo.rle' Kernel panic - not syncing: Attempted to kill init! Rebooting in 5 seconds..▒▒OK The kernel source is all the same, the only different is android source code, is it right? Please check the a

[android-kernel] Re: ADB in windows shows dev offline

2009-08-04 Thread Neo
On Jul 31, 1:29 am, dan raaka wrote: > try unplugging the board from PC and reconnect .. > sometimes this does the trick .. > > -Dan > > On Thu, Jul 30, 2009 at 2:36 AM, vinish wrote: > > > hi.. > >  start the emulator and then try > > > On Jul 27, 1:21 pm, Saravanan wrote: > > > Hi all!, > >

[android-kernel] Re: How to compile a kernel module to Andr oid Linux Kernel ?

2009-08-04 Thread Neo
On Aug 3, 8:21 am, 永振 田 wrote: > Hi,all! > I'd like to compile a kernel module to Android Linux Kernel,but I have > no idea how to write the Makefile for the kernel module. > Here is my Makefile(just like pc): > >    obj-m= test_k.o >    KERNELDIR= /home/tyz/0728/kernel/ >    CROSS_COMPILE= /ho

[android-kernel] Re: how to port kernel

2009-08-04 Thread Neo
On Aug 4, 2:24 pm, "gururaja" wrote: > hi, > where i can get kernel source for android with arm (versatile ab926ej-s) > patch.Which crosscompiler i need to use to build kernel. > > thanks®ards > gururaj > > -- > This message has been scanned for viruses and > dangerous content by MailScanner,

[android-kernel] Re: Error in lowmemorykiller.c "NR_ACTIVE' undeclared (first use in this function)"

2009-06-17 Thread Neo
On Jun 16, 9:44 am, Neo wrote: > I am porting Android with 2.6.28 kernel to a platform and get the > above error when I enable low memory killer in the config. The build > also fails if I enable yaffs. > Is there a list anywhere of how many of those configs given in > goldfish_

[android-kernel] Re: has error on making kernel image

2009-06-15 Thread Neo
On Jun 10, 4:19 pm, Fran wrote: > Hi all, > > I repo android source code, including kernel, and try to build kernel. > But when i typed "make" it occurs below error message, > ...(skip) > HOSTCC    scripts/mod/mk_elfconfig > MKELF      scripts/mod/elfconfig.h > /bin/sh:   scripts/mod/mk_elfconf

[android-kernel] Re: Trouble booting my own built kernel

2009-06-15 Thread Neo
You have to apply android specific patches to the kernel before building. --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---

[android-kernel] Error in lowmemorykiller.c "NR_ACTIVE' undeclared (first use in this function)"

2009-06-15 Thread Neo
for android to work on different hardware? Thanks, Neo --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---

[android-kernel] Re: Linux kernel version in Android

2009-06-04 Thread Neo
On Jun 3, 9:24 pm, Elvis Dowson wrote: > Hi,      Even though the 2.6.27 kernel is present in the android > distribution, I didn't use it much. The only thing to keep in mind is that > bionic requires some header files so that it can link into the actual kernel > libraries at run-time. > > So,

[android-kernel] Re: Does Android Emulator have its own linux kernel?

2009-06-03 Thread Neo
On Jun 3, 2:37 am, Bo wrote: > Hi: > > I know that the android emulator is based on the QEMU. I  have setup > the emulator on my linux PC. I want to know the process flow when the > application works on emulator: > > 1. application goes to its own linux kernel, then it goes to QEMU, > then it g

[android-kernel] Re: How to customize the kernel?

2009-06-02 Thread Neo
On May 2, 3:06 am, adam wrote: > Chih, > > In AndroidBoard.mk there is a variable that will point to where the > built kernel would be located, example from eee_701, > > ifeq ($(TARGET_PREBUILT_KERNEL),) > TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel > endif > > you could put another environm

[android-kernel] Re: Linux kernel version in Android

2009-06-02 Thread Neo
On Jun 1, 9:21 pm, Elvis Dowson wrote: > Hi,       The latest kernel version is android-2.6.29. There are a lot of > differences between 2.6.27 and 2.6.29 itself. In general, you should > consider support for the processor platform that you selected. For example, > I am using a TI OMAP 35x seri

[android-kernel] Using the manifest file in android

2009-06-01 Thread Neo
Hi, If I want to download the 1.0 version of Android how do I get it? I mean do I replace the default/xml file in the manifest with that of android 1.0 git tag? Thanks, Neo --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website

[android-kernel] Re: Linux kernel version in Android

2009-05-31 Thread Neo
On May 29, 8:31 pm, Greg KH wrote: > On Thu, May 28, 2009 at 9:28 PM, Neo wrote: > > On May 27, 12:47 am, Greg KH wrote: > >> On Mon, May 25, 2009 at 1:39 AM, Neo wrote: > > >> > What is the latestlinux kernelavailable in Android source, looks > >>

[android-kernel] Re: Linux kernel version in Android

2009-05-28 Thread Neo
On May 27, 12:47 am, Greg KH wrote: > On Mon, May 25, 2009 at 1:39 AM, Neo wrote: > > > What is the latest linux kernel available in Android source, looks > > like its is 2.6.27? How can I download Android source with linux > > kernel 2.6.24? > > You can'

[android-kernel] Linux kernel version in Android

2009-05-25 Thread Neo
What is the latest linux kernel available in Android source, looks like its is 2.6.27? How can I download Android source with linux kernel 2.6.24? Thanks, Neo --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http