"timeout waiting for frame-done interrupt"

I have a pico-projector driven by a beagleboard running Angstrom.
After booting, the projector shows only one color and not quite
stable. After a few seconds, it shows "timeout waiting for frame-done
interrupt". My guess is that I did not set the env correctly. Could
someone help me so I can get the projector output correctly.

Thanks,

I have a pico-projector driven by a beagleboard running Angstrom.
After booting, the projector shows only one color and not quite
stable. After a few seconds, it shows "timeout waiting for frame-done
interrupt". My guess is that I did not set the env correctly. Could
someone help me so I can get the projector output correctly.

What kernel you are using? If you have one with DSS" make sure your
env looks like

bootargs=console=ttyS2,115200n8 root=/dev/mmcblk0p2 rootdelay=2
rootfstype=ext2 ro video=omapfb:mode:640x480MR-32@60

Important is the video-mode (video=omapfb:mode:640x480MR-32@60).

Robert

That's not correct. I don't think that one works for either DSS1 nor
DSS2.

For DSS2 it's omapfb.video_mode=640x480MR-24@60 or
omapfb.mode=dvi:640x480MR-24@60 for later versions of DSS2.

Tomi

That's not correct.

Ah yes, sorry, c&p-error.

Robert