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>
# 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