Embinux Image is booted on beagle:screen lock problem

Hi,

I have booted the embinux image on beagle board with gstreamer but
After booting is complete it is saying
"screen is locked press menu button to unlock it"

How to unlock it?

Regards,
Niral

Press the Menu button. :wink:

It should be the right "Windows" key. I've seen keyboards without that key, but hopefully yours has one.

http://labs.embinux.org/index.php/Android-Cupcake_porting_guide_to_BeagleBoard#Key_Mapping

Nilly wrote:

ya but it seems it is not having any effect.Key board is not
responding.
any way to check key board is working?

Rgds,
Niral

Make sure your keyboard is plugged in via a high-speed hub. You should see console messages from the USB driver when the keyboard is being detected (enumerated). If you see it there, there's little chance that it's not working. Press Caps Lock and see if the LED lights up - the LEDs are lit up by the OS, so they will only light up if the key is properly processed.

Or perhaps the keymap changed...

I am not seeing it.So my keyboard is not detected i guess.
Any file i can modify and set it unlock?
b'cos I am having command prompt working via minicom.

Regards,
Niral

Well, a quick hack would be to use "monkey".

monkey --pct-majornav 100 10

This will generate 10 random major nav keystrokes, and chances are that menu will be one of them. I have not spent much time playing with monkey, but I think it's possible to use it to script keystrokes.

monkey --pct-majornav 100 10 is working for me.It is unlocking the
screen

Thanks,
Niral