Dear hedwin,
thank a lot.
i have been facing this issues.
initial i thought only console was suspending. but now i am thinking entire my board was hanging and releasing.
Behavior :
after zygote process run if i hit immediately then my console is working (ls ,ps,logcat,dmesg) fine.
after 3 or 5 minit my board is hanging,then if hit enter afer some time my console is releasing.
note :
1) My lcd display not woring i don't know why? i have done everything related to display like kernel configuration,initialize the lcd structure in board-config.c file.
2) But my touch and back light is working fine. without hanging mode i am able to print the touch interrupt indication and event on console window,if the console is hang then touch driver printk also not printing on console window. because this indication i am thing entire board is hanging.
3) same android rootfs,u-boot.bin is working fine with 2.6.32 kernel.
please can you suggest me what is wrong i am doing?