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.

DLPDLCR2000EVM: DLPDLCR2000EVM Display is not working when connected to BeagleBone Black

Part Number: DLPDLCR2000EVM

I have recently purchased DLPDLCR2000EVM + BeagleBone Black. As per the guidelines I have installed latest image into BeagleBone and updated softwares.

The EVM display module is working and displaying splash screen when I power up.

BeagleBone also working when I connected via USB to my PC.

When I connected both I can see only D2 Green LED is lit up (in EVM), and the default splash image is not shown up. As specified in the guidelines I have extracted the scripts for running the test MP4 file. This is also not working, and getting the error (see below, even though I run "rxport DISPLAY=:0" command).

Also the i2cset commands are getting failed. I went all the forums and nothing is working.

debian@beaglebone:/opt/scripts/device/bone/capes/DLPDLCR2000$ python MplayerTest.py
set slave address: 27
Make sure the display port is set. For example export DISPLAY=:0

Test failed Exception


debian@beaglebone:/opt/scripts/device/bone/capes/DLPDLCR2000$ sudo i2cset -y 2 0x1b 0x0b 0x00 0x00 0x00 0x00 i
Error: Write failed
debian@beaglebone:/opt/scripts/device/bone/capes/DLPDLCR2000$

The latest debian version I downloaded was 9.9 and after the sudo apt-get upgrade it got successfully updated to 9.11. There is no problem in both modules, but when I connected nothing is displayed.

debian@beaglebone:/opt/scripts/device/bone/capes/DLPDLCR2000$ cat /etc/debian_version
9.11

Your help is really appreciated on this.