I have two DLPDLCR2000EVM for evaluation purpose.
I have setup both with of them with different Raspberry Pi 4B.
One of them successfully mirrors Raspberry Pi screen however on the other one, despite same settings (in one I am using female to female connection which works fine, one with male to female connection is failing) I am getting following error.
Following is the setting on raspberry pi:
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Disable compensation for displays with overscan
disable_overscan=1
[all]
[pi4]
# Run as fast as firmware / board allows
arm_boost=1
enable_uart=0
[all]
# Add support for software i2c on gpio pins
dtoverlay=i2c-gpio,i2c_gpio_sda=23,i2c_gpio_scl=24,i2c_gpio_delay_us=2
# DPI Video Setup
dtoverlay=dpi18
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
framebuffer_width=864
framebuffer_height=480
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=458773
hdmi_timings=864 0 14 4 12 480 0 2 3 9 0 0 0 60 0 24883200 3
I am running following command in rc.local
sudo i2cset -y 22 0x1b 0x0c 0x00 0x00 0x00 0x15 i
sudo i2cset -y 22 0x1b 0x0b 0x00 0x00 0x00 0x00 i
Please help if I need to change clock frequency what should it be?
Secondly I am not able to send command to turn projector on and off.