Skip to content

Commit

Permalink
CE, mostly punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
LizUpton authored Jan 15, 2024
1 parent 0ddab16 commit 2b0758f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions documentation/asciidoc/computers/raspberry-pi-5/mipi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ image::images/camera-cables.jpg[alt="Camera cables",width="70%"]

There are three Flat Flexible Cables (FFC) available to connect CSI cameras to the Raspberry Pi 5:

* 200 mm camera cable standard to mini
* 300 mm camera cable standard to mini
* 500 mm camera cable standard to mini
* 200mm camera cable standard-to-mini
* 300mm camera cable standard-to-mini
* 500mm camera cable standard-to-mini

NOTE: The Compute Module cable adapters, see https://datasheets.raspberrypi.com/cmcda/cmcda-schematics.pdf[schematics] and https://datasheets.raspberrypi.com/cmcda/RPi-CMCDA-1P1.zip[design files], can be used to connect standard cables to the higher-density mini connectors.
NOTE: The Compute Module cable adapters (see https://datasheets.raspberrypi.com/cmcda/cmcda-schematics.pdf[schematics] and https://datasheets.raspberrypi.com/cmcda/RPi-CMCDA-1P1.zip[design files]) can be used to connect standard cables to the higher-density mini connectors.

=== Attaching a display

If you are using our xref:../accessories/display.adoc[7-inch Touch Display] with Raspberry Pi 5, it will not automatically be configured. You will need to add one of the following two lines to your `/boot/firmware/config.txt` file. Attaching the display to the `CAM/DISP 1` connector you should add:
If you are using our xref:../accessories/display.adoc[7-inch Touch Display] with Raspberry Pi 5, it will not automatically be configured. You will need to add one of the following two lines to your `/boot/firmware/config.txt` file. Attaching the display to the `CAM/DISP 1` connector, you should add:

[source,bash]
----
Expand All @@ -48,12 +48,12 @@ image::images/display-cables.jpg[alt="Display cables",width="70%"]

There are three Flat Flexible Cables (FFC) available to connect DSI displays to the Raspberry Pi 5:

* 200 mm display cable standard to mini
* 300 mm display cable standard to mini
* 500 mm display cable standard to mini
* 200mm display cable standard-to-mini
* 300mm display cable standard-to-mini
* 500mm display cable standard-to-mini

=== Using non-Raspberry Pi devices

If you are using a non-Raspberry Pi MIPI device — either a camera, or a display — it will not be automatically configured for your Raspberry Pi 5. Instead you will need to add a `dtoverlay` setting into the `/boot/firmware/config.txt` file to correctly configure the right port for the right camera or display.
If you are using a non-Raspberry Pi MIPI device — either a camera, or a display — it will not be automatically configured for your Raspberry Pi 5. Instead you will need to add a `dtoverlay` setting into the `/boot/firmware/config.txt` file to correctly configure the right port for the camera or display.

These `dtoverlay` settings should be provided by the manufacturer of your device. For example, adding `dtoverlay=ov9281` would configure an Omnivision OV9281-based camera on CSI/DSI1, while adding `dtoverlay=ov9281,cam0` would add the same camera to CSI/DSI0.

0 comments on commit 2b0758f

Please sign in to comment.