[android-kernel] Re: creating a Linux device driver

2011-01-25 Thread jon.schell
Yes, I did state it specifically. I need to get several arrays of binary data from an app (userspace) into kernelspace. I don't really care how it happens. It's not tied to any particular piece of hardware. The data is going to be transfered to the Modem processor (since Android is running on t

Re: [android-kernel] Re: creating a Linux device driver

2011-01-25 Thread Greg KH
On Wed, Jan 26, 2011 at 8:49 AM, jon.schell wrote: > I have read it, mostly.  It doesn't answer my specific question, or to > put it another way, it answers too completely and genericly to be > useful. Well you asked a pretty generic question to answer usefully :) > I just need a specific exampl

[android-kernel] Re: creating a Linux device driver

2011-01-25 Thread jon.schell
I have read it, mostly. It doesn't answer my specific question, or to put it another way, it answers too completely and genericly to be useful. I just need a specific example in the Android code base to use as a template. I understand the big concepts from the book already. On Jan 24, 4:58 pm,

Re: [android-kernel] Motorola Charm

2011-01-25 Thread Фьодор
2011/1/25 Tiago Maluta > On Mon, Jan 24, 2011 at 4:06 PM, Alexander wrote: > > > > alls fine but i dont uderstand where i can get > > BOARD_FLASH_BLOCK_SIZE := ?? > > > > you can log at android terminal (i.e: adb shell) and type > # cat /proc/mtd > > third column "erasesize" refers to blocks

[android-kernel] NDK Toolchain and "Unknown symbol _GLOBAL_OFFSET_TABLE_" in kernel module

2011-01-25 Thread Alessio Bianchi
Hi, I used the NDK toolchain (arm-linux-androideabi-*) to build a custom kernel for the Nexus One. The kernel compiled and works perfectly on the device, but when I try to insert the bcm4329 kernel module for the wireless interface, I get the following error in dmesg: bcm4329: Unknown symbo

Re: [android-kernel] Motorola Charm

2011-01-25 Thread Tiago Maluta
On Mon, Jan 24, 2011 at 4:06 PM, Alexander wrote: > > alls fine but i dont uderstand where i can get > BOARD_FLASH_BLOCK_SIZE := ?? > you can log at android terminal (i.e: adb shell) and type # cat /proc/mtd third column "erasesize" refers to blocksize. --tm -- unsubscribe: android-kernel