rpi4: boot: Add to support mipi-csi camera module
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 28 Oct 2019 06:14:49 +0000 (15:14 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
Add to support mipi-csi camera module with the options, start_x=1
and disable_camera_led=1, in config.txt.

Change-Id: I450c291599031437a9fe58cac94a0d18c6cf58a9
Reference: https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md
Reference: https://www.raspberrypi.org/documentation/configuration/config-txt/camera.md
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
rpi4/boot/config.txt

index e829841..69ba55b 100644 (file)
@@ -67,3 +67,9 @@ kernel=zImage
 # Enable serial
 enable_uart=1
 uart_2ndstage=1
+
+# Enable the camera module
+start_x=1
+
+# Turn off the red camera LED when recording video or taking a still picture
+disable_camera_led=1