Skip to content

Commit e16b709

Browse files
committed
Update for review comments
1 parent 2d237cb commit e16b709

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

documentation/asciidoc/accessories/display/display_intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ dtoverlay=vc4-kms-dsi-7inch,sizex=400,invx,invy
162162

163163
=== Installation on Compute Module based devices.
164164

165-
All Raspberry Pi SBCs auto-detect the official Touch Displays as the circuitry connecting it to the DSI connector is fixed; this autodetection ensures the correct Device Tree entries are passed to the kernel. However, Compute Modules are intended for industrial applications where the integrator can use any and all GPIOs and interfaces for whatever purposes they require. Autodetection is therefore not feasible, and hence is disabled on Compute Module devices. This means that the Device Tree fragments required to set up the display need to be loaded via some other mechanism, which can be either with a dtoverlay entry in config.txt as described above, via a custom base DT file, or if present, a HAT EEPROM.
165+
All Raspberry Pi SBCs auto-detect the official Touch Displays as the circuitry connected to the DSI connector on the Raspberry Pi board is fixed; this autodetection ensures the correct Device Tree entries are passed to the kernel. However, Compute Modules are intended for industrial applications where the integrator can use any and all GPIOs and interfaces for whatever purposes they require. Autodetection is therefore not feasible, and hence is disabled on Compute Module devices. This means that the Device Tree fragments required to set up the display need to be loaded via some other mechanism, which can be either with a dtoverlay entry in config.txt as described above, via a custom base DT file, or if present, a HAT EEPROM.

documentation/asciidoc/computers/compute-module/cmio-display.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
== Attach the official 7-inch display
1+
== Attaching the Touch Display LCD panel
22

33
Update your system software and firmware to the latest version before starting.
44
Compute Modules mostly use the same process, but sometimes physical differences force changes for a particular model.
55

6-
=== Connect a display to DISP1
6+
=== Connect a display to DISP1/DSI1
77

88
NOTE: The Raspberry Pi Zero camera cable cannot be used as an alternative to the RPI-DISPLAY adapter. The two cables have distinct wiring.
99

10-
To connect a display to DISP1:
10+
To connect a display to DISP1/DSI1:
1111

1212
. Disconnect the Compute Module from power.
13-
. Connect the display to the DISP1 port on the Compute Module IO board through the 22W to 15W display adapter.
13+
. Connect the display to the DISP1/DSI1 port on the Compute Module IO board through the 22W to 15W display adapter.
1414
. _(CM1, CM3, CM3+, and CM4S only)_: Connect the following GPIO pins with jumper cables:
1515
* `0` to `CD1_SDA`
1616
* `1` to `CD1_SCL`
@@ -24,11 +24,11 @@ dtoverlay=vc4-kms-dsi-7inch
2424
----
2525
. Reboot your Compute Module with `sudo reboot`. Your device should detect and begin displaying output to your display.
2626

27-
=== Connect a display to DISP0
27+
=== Connect a display to DISP0/DSI0
2828

29-
To connect a display to DISP0:
29+
To connect a display to DISP0/DSI0:
3030

31-
. Connect the display to the DISP0 port on the Compute Module IO board through the 22W to 15W display adapter.
31+
. Connect the display to the DISP0/DSI0 port on the Compute Module IO board through the 22W to 15W display adapter.
3232
. _(CM1, CM3, CM3+, and CM4S only)_: Connect the following GPIO pins with jumper cables:
3333
* `28` to `CD0_SDA`
3434
* `29` to `CD0_SCL`
@@ -66,14 +66,14 @@ ignore_lcd=1
6666

6767
Touch Display 2 is a 720x1280 7" LCD display designed specifically for Raspberry Pi devices (see https://www.raspberrypi.com/products/touch-display-2/). It connects in much the same way as the original touch display, but the software setup on Compute Modules is slightly different as it uses a different display driver. See xref:../accessories/touch-display-2.adoc[Touch Display 2] for connection details.
6868

69-
Edit the /boot/firmware/config.txt file and add the following to enable Touch Display 2 on DSI1.
69+
Edit the /boot/firmware/config.txt file and add the following to enable Touch Display 2 on DISP1/DSI1.
7070

7171
[source,ini]
7272
----
7373
dtoverlay=vc4-kms-dsi-ili9881-7inch
7474
----
7575

76-
To use DSI0 use the following:
76+
To use DISP0/DSI0 use the following:
7777

7878
[source,ini]
7979
----

0 commit comments

Comments
 (0)