Skip to content

Commit 14023f4

Browse files
committed
Fixing confusion between TD1 and TD2.
1 parent 0c4ce4e commit 14023f4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ To connect a display to DISP1/DSI1:
1616
* `1` to `CD1_SCL`
1717
- For *CM5*, on the Compute Module 5 IO board, add the appropriate jumpers to J6, as indicated on the silkscreen.
1818
. Reconnect the Compute Module to power.
19-
. Depending on whether you're using a 5-inch or 7-inch display, add one of the following lines to xref:../computers/config_txt.adoc#what-is-config-txt[`/boot/firmware/config.txt`]:
20-
- For the *5-inch* display: `dtoverlay=vc4-kms-dsi-5inch`
21-
- For the *7-inch* display: `dtoverlay=vc4-kms-dsi-7inch`
19+
. Add `dtoverlay=vc4-kms-dsi-7inch` to xref:../computers/config_txt.adoc#what-is-config-txt[`/boot/firmware/config.txt`]:
2220
. Reboot your Compute Module with `sudo reboot`. Your device should detect and begin displaying output to your display.
2321

2422
=== Connect a display to DISP0/DSI0
@@ -32,9 +30,7 @@ To connect a display to DISP0/DSI0 on CM1, CM3 and CM4 IO boards:
3230
* `29` to `CD0_SCL`
3331
- For *CM4*, on the Compute Module 4 IO board, add the appropriate jumpers to J6, as indicated on the silkscreen.
3432
. Reconnect the Compute Module to power.
35-
. Depending on whether you're using a 5-inch or 7-inch display, add one of the following lines to `/boot/firmware/config.txt`:
36-
- For the *5-inch* display: `dtoverlay=vc4-kms-dsi-5inch`
37-
- For the *7-inch* display: `dtoverlay=vc4-kms-dsi-7inch`
33+
. Add `dtoverlay=vc4-kms-dsi-7inch` to `/boot/firmware/config.txt`:
3834
. Reboot your Compute Module with `sudo reboot`. Your device should detect and begin displaying output to your display.
3935

4036
=== Disable touchscreen

0 commit comments

Comments
 (0)