[android-kernel] Re: NFSroot compilation error

2011-05-04 Thread A Curtis
On May 2, 4:25 am, rong wrote: > A quick fix - > > in fs/nfs/nfsroot.c, search for a line having this (line 135, in > 2.6.32) > > static const match_table_t tokens __initconst = { > > and make it > > static const match_table_t tokens /*__initconst */ = { > > You will then be able to compile it.

[android-kernel] NFSroot compilation error

2011-04-27 Thread A Curtis
Has anyone else run into this? - branch 2.6.36 fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a section type conflict fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a section type conflict make[2]: *** [fs/nfs/nfsroot.o] Error 1 make[1]: *** [fs/nfs] Error 2 make:

[android-kernel] Re: help enabling NFS rootfs support

2011-04-22 Thread A Curtis
> Please provide the error you see and the kernel version you use. > Kernel source tree is: it://android.git.kernel.org/kernel/common.git - branch 2.6.36 fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a section type conflict fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setu

[android-kernel] Re: help enabling NFS rootfs support

2011-04-20 Thread A Curtis
> I think you need open more option for NFS. I do not understand, this is a kernel compilation error with unmodified source. Are kernel compile questions not appropriate for the android-kernel mail list? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.c

[android-kernel] Re: USB cdc_acm was not recognized by host

2011-04-04 Thread A Curtis
> > I have same question, too. > CDC-ACM works well with usbserial, but USB ADB feature gets trouble > after modprobe usbserial . > Did you follow the instructions for updating the udev configuration? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/g

[android-kernel] Re: kernel support differences between Android versions?

2011-03-21 Thread A Curtis
> You can refer the android.git.kernel.org kernel/common.git > Documentation/android.txt for details. > > Also compare this code with your 2.6.29 android kernel to see the > changes. Unfortunately, comparing kernel/common with kernel/samsung isn't very helpful since most of the Android specific fe

[android-kernel] kernel support differences between Android versions?

2011-01-24 Thread A Curtis
Hello, Is there a document which describes the kernel support requirements for the various Android versions? For instance, I have an Android capable kernel based on Linux 2.6.29. I want to migrate to Gingerbread which requires 2.6.35. What are the kernel support requirement differences between th

[android-kernel] Re: Compile of Android Kernel and Android OS

2011-01-23 Thread A Curtis
> > Is there any place where one can find an up-to-date how-to kernel > > compilation? Lacking documentation is an understatement. > > What?  Have you read the documentation provided?  What is wrong with > it?  The kernel comes with TONS of free documentation, and there are > free books (look for L

[android-kernel] /sys/class/gpio not registered

2010-12-17 Thread A Curtis
Hello, I am working on a S3C6410 platform and need to expose various GPIO outputs. I can see that gpiolib.c is being compiled. There is a video driver that is using these functions. However it does not appear in sysfs so I am not able to export any pin interfaces. What am I missing? TIA -- uns