Enable DSI Display
This guide shows you how to enable a display connected to the DSI port.
Connecting a display to the DSI port is easy, just follow these steps:
Connecting the Official Raspberry Pi 7-inch Display
- Power off the xCore and disconnect it from its power source.
- Connect the official 7-inch display to the DISP port on the xCore board.
- Power up the board.
- Edit the
/boot/firmware/config.txt
file and add the following line:dtoverlay=vc4-kms-dsi-7inch
- Reboot the system:
sudo reboot
After rebooting, the display should be detected automatically and begin showing output. The touch function should be working as expected.
Last modified April 30, 2025: Add info about Display (ecf2ea2)