From: Hackseung Lee Date: Wed, 6 Dec 2017 08:33:44 +0000 (+0900) Subject: rpi3: config: Enable camera X-Git-Tag: submit/tizen/20171207.072626^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d1732e0a7ee5f85f74d17fe24499fe7316db467;p=platform%2Fkernel%2Flinux-rpi3.git rpi3: config: Enable camera Add configration to enable the Raspberry Pi Camera Module in config.txt file. Change-Id: I092851a559ebab462babf8c176a190339285ef9d Signed-off-by: Hackseung Lee --- diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index 84c7b90ed31c..ceed842e2844 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -77,3 +77,12 @@ disable_commandline_tags=1 # enable JTAG flag enable_jtag_gpio=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 + +# Minimum GPU memory for camera use +gpu_mem=128