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: BeagleBone Black compatibility

Part Number: DLPDLCR2000EVM

I am trying to run the setup of DLPDLCR2000EVM + BBB. I have managed to turn the DLP on after updating the cape overlays in the uEnv.txt file. However, the issue I have is to play a video. I am aware that this system should work with Debian 8.9 using mplayer. However, the only version I could find a mplayer installation version is Debian 11.7 (by the way, I could not find anywhere Debian 8.9 as previous links in the forum were broken). My current output is

debian@BeagleBone:~$ sudo mplayer temp.mp4
MPlayer 1.4 (Debian), built with gcc-10 (C) 2000-2019 MPlayer Team
do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing temp.mp4.
libavformat version 58.45.100 (external)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xb6846cd0]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xb6846cd0]decoding for stream 0 failed
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO:  [H264]  640x352  24bpp  30.000 fps  351.0 kbps (42.9 kbyte/s)
vo: couldn't open the X11 display (:0)!
vo: couldn't open the X11 display (:0)!
vo: couldn't open the X11 display (:0)!


MPlayer interrupted by signal 11 in module: preinit_libvo
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbgsym'.]

Anyone out there faced similar issue?