[android-porting] Android porting to hawkboard

2011-02-26 Thread mona mohan
Hi all, I am currently working on porting android 1.5 (i.e hawk-donut) onto hawkboard(omapl-138) The above issue that I am facing right nw is I do have problem with the input devices (keyboard) interfaced to the hawkboard .After the desktop with the sliding screen is displayed.Any key that u

Re: [android-porting] Android porting to hawkboard

2011-02-26 Thread Deva R
any misbehavior with key event mismatch, u might want to cross check your keypad layout and keycode mappings., few pointers to debug this issue: http://groups.google.com/group/omapdiscuss/msg/328549f0812d6391 (its applicable to froyo/gingerbread platfroms and omap4 keycode/keymappings were used as

Re: [android-porting] Android Porting on Hawkboard- Kernel booting issue

2010-08-13 Thread Subramani Venkatesh
the page tables of the kernel.. All these happen while booting kernel. Regards, Subbu On Wed, Aug 11, 2010 at 4:22 AM, PREMRAJ SV svpre...@gmail.com wrote: Hello all,   I am porting Android in Hawkboard. Prepared kernel uImage and Filesystem, no issues..While porting i am using SD card

Re: [android-porting] Android Porting on Hawkboard

2010-08-09 Thread Deva R
first u can check if ur TFTP server accesses are fine. see if uImage first accessible from TFTP server. from a machine run tftp 192.168.1.100 get uImage (so u can figure out where the problem is - tftp access or h/w wiring) On Fri, Aug 6, 2010 at 2:03 PM, PREMRAJ SV svpre...@gmail.com wrote: