serial: 8250: RX hang issue

2011-11-21 Thread Pradeep Kumar
Hi All, I am working on a mobile development platform and performing some stress warm boot tests using UART debug console(which is using serial 8250 driver for console). I am getting device debug console UART RX hang after iterations 1500. after this issue am not* able to issue any command. Able

BlueTooth: HCI: Error message

2011-08-29 Thread Pradeep Kumar
Hi, I am seeing following error in dmesg log while I am trying to receive data(to my HTC mobile phone running Android Froyo) over BT from some external device. hci_acldata_packet: hci0 ACL packet for unknown connection handle can some one help me in decoding it? when would we see such message.?

how to give su permissions to debugging console

2011-02-02 Thread Pradeep Kumar
hi all, I'm using serial console uart as debugging console. I have enabled command line with CONFIG_CMDLINE=console=ttyS0,115200n8 config. console is coming up but I'm unable to get su permissions by default. am I missing something??? -- Goudagunta Pradeep Kumar

Re: HT: File Permissions of files in /system/bin at compile time

2011-01-19 Thread Pradeep Kumar
hi Greg, My question is I had a Linux kernel source code, do they have similar lines as %defattr(644,root,root,755) to set permissions for the compiled binaries. On Tue, Jan 18, 2011 at 12:49 AM, Greg Freemyer greg.freem...@gmail.comwrote: On Mon, Jan 17, 2011 at 5:41 AM, Pradeep Kumar