Re: [android-kernel] stripped down linux

2010-10-27 Thread Abhinayak Mishra
probably just the kernel image with a shell maybe?! :) On Fri, Oct 15, 2010 at 3:33 AM, ajay wrote: > hi, > > >What does stripped down linux mean?? > > > thanks and regards, > Ajay > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/g

Re: [android-kernel] developing a driver on beagle board

2010-10-27 Thread Abhinayak Mishra
write a simple driver for the hw you have on the beagleboard, say a keypad or just something to dump data over serial port. if your kernel already has a driver for it great, you will have a ref to compare your work with once you are done or get stuck. :) As a person new to linux driver development

Re: [android-kernel] SDIO on android

2010-10-27 Thread Abhinayak Mishra
why not create a test case inside your driver itself that starts when you write 1 to a sysfs entry?should rule out much of android stuff.:) Or, if you want finer comparison, just try the two kernels without any gui\os itself :) On Thu, Oct 7, 2010 at 8:07 AM, Silwerstar wrote: > > Hi, > > I

[android-kernel] Re: How to build a customized 2.6.32 kernel for Android 2.2 emulator

2010-10-27 Thread Antonio Conforti
If you want to use adb shell first you have to start server for adb as follow: ./adb start-server The you can start shell : ./adb shell PS. First to execute "adb shell" you have already started the emulator On Oct 26, 7:56 pm, Yudong wrote: > I used: > > emulator -avd Android2.2avd -kernel /p