This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DLPDLCR2000EVM: Red flashing screen

Part Number: DLPDLCR2000EVM

Tool/software: Linux

Dear DLP team,

The issue I am having is that after setting up the connection with the beaglebone and sending the initial command no DLP LightCrafter Display splash screen is projected. All I see is a flashing red screen. 

I followed the user guide/ tutorial and also installed the newest debian version but couldn't get it to work. I attached the code I used to set up the DLP below. 

Is there a way to check if the DLP is working properly? Thanks for your help. 

#Turning the EVM ON
#Connect BeagleBoard to computer with mini USB cable- wait ~2 min

$ ssh debian@192.168.6.2

#Password is temppwd
#Connect power supply to Lightcrafter

$ sudo su
$ echo 48 > /sys/class/gpio/export
$ echo out > /sys/class/gpio/gpio48/direction
$ echo 1 > /sys/class/gpio/gpio48/value

# activating i2c ports

$ i2cset -y 2 0x1b 0x0b 0x00 0x00 0x00 0x00 i
$ i2cset -y 2 0x1b 0x0c 0x00 0x00 0x00 0x1b i