Hello Everyone,
I'm new to Raspberry Pi and facing issues getting DSI LCD displays to work on my Raspberry Pi 4 model B running Android 13. Here are the details:
– Upon booting, the DSI display initially shows the rainbow colour screen, but then turns off and stays off. HDMI works fine.
– Running Debian GNU/Linux 12 (bookworm) on RPi 4.
– Restarted several times, but the DSI display remains inactive.
**Hardware and Configuration Details:**
– Raspberry Pi 4 Model B
– Android OS version (13)
– DSI LCD screen details: [5inch DSI LCD](https://www.waveshare.com/wiki/5inch_DSI_LCD)
– Interface used to connect the rpi to dsi -an FFC cable to connect the 5-inch DSI LCD to the 15-pin DSI interface on the Raspberry Pi board.
**config.txt Settings:**
# Kernel
arm_64bit=1
kernel=Image
# Ramdisk
initramfs ramdisk.img followkernel
# Audio
dtparam=audio=on
# Bluetooth
dtparam=krnbt=on
# Camera
camera_auto_detect=1
start_x=1
# CPU
arm_boost=1
# Display
disable_overscan=1
# Display panel
#dtoverlay=vc4-kms-dsi-7inch
#dtoverlay=rpi-backlight
# Graphics acceleration
disable_fw_kms_setup=1
dtoverlay=vc4-kms-v3d
dtoverlay=cma,cma-512
# I2C
#dtparam=i2c_arm=on
# I2S
#dtparam=i2s=on
# Serial console
enable_uart=1
# SPI
#dtparam=spi=on
# USB
dtoverlay=dwc2,dr_mode=peripheral
[cm4]
dtoverlay=dwc2,dr_mode=otg
[all]
**Additional Information:**
– When using Raspberry Pi OS, the DSI LCD display works correctly.
I'm new to this, so any suggestions on how to troubleshoot this issue would be greatly appreciated. Thank you!
I'm new to Raspberry Pi and facing issues getting DSI LCD displays to work on my Raspberry Pi 4 model B running Android 13. Here are the details:
– Upon booting, the DSI display initially shows the rainbow colour screen, but then turns off and stays off. HDMI works fine.
– Running Debian GNU/Linux 12 (bookworm) on RPi 4.
– Restarted several times, but the DSI display remains inactive.
**Hardware and Configuration Details:**
– Raspberry Pi 4 Model B
– Android OS version (13)
– DSI LCD screen details: [5inch DSI LCD](https://www.waveshare.com/wiki/5inch_DSI_LCD)
– Interface used to connect the rpi to dsi -an FFC cable to connect the 5-inch DSI LCD to the 15-pin DSI interface on the Raspberry Pi board.
**config.txt Settings:**
# Kernel
arm_64bit=1
kernel=Image
# Ramdisk
initramfs ramdisk.img followkernel
# Audio
dtparam=audio=on
# Bluetooth
dtparam=krnbt=on
# Camera
camera_auto_detect=1
start_x=1
# CPU
arm_boost=1
# Display
disable_overscan=1
# Display panel
#dtoverlay=vc4-kms-dsi-7inch
#dtoverlay=rpi-backlight
# Graphics acceleration
disable_fw_kms_setup=1
dtoverlay=vc4-kms-v3d
dtoverlay=cma,cma-512
# I2C
#dtparam=i2c_arm=on
# I2S
#dtparam=i2s=on
# Serial console
enable_uart=1
# SPI
#dtparam=spi=on
# USB
dtoverlay=dwc2,dr_mode=peripheral
[cm4]
dtoverlay=dwc2,dr_mode=otg
[all]
**Additional Information:**
– When using Raspberry Pi OS, the DSI LCD display works correctly.
I'm new to this, so any suggestions on how to troubleshoot this issue would be greatly appreciated. Thank you!
Statistics: Posted by Ankur Pandey — Wed Jul 10, 2024 7:00 am