Other Parts Discussed in Thread: DLPC2607
Hi.
I followed many tutorials, and couldn't get my DLP to show my desktop using BBB
from the start my EVM shows the startup page for a couple of seconds and than replace it to the BBB login page
i followed these lines:
debian@beaglebone:~$ i2cset -y 2 0x1b 0x0b 0x00 0x00 0x00 0x00 i debian@beaglebone:~$ i2cset -y 2 0x1b 0x0c 0x00 0x00 0x00 0x1b i
but the screen remains on the BBB session (login, etc...)
i updated the image to latest, and managed showing movies using mplayer but couldn't get the desktop display to work
I've tried using also:
sudo echo 48 > /sys/class/gpio/export
sudo echo out > /sys/class/gpio/gpio48/direction
sudo echo 1 > /sys/class/gpio/gpio48/value
it showed back my the DLP startup page but when i used the I2C i got back to the login page.
Any assistance would be much appreciated.
Thank you.