diff options
author | Hackseung Lee <lhs@dignsys.com> | 2017-12-06 17:33:44 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2017-12-07 15:39:32 +0900 |
commit | 7d1732e0a7ee5f85f74d17fe24499fe7316db467 (patch) | |
tree | 72695c7219857502587cd2f5bee59890664d95ba | |
parent | 87f49e459d16a4afe938fe3df74544dc0ae51e30 (diff) | |
download | linux-rpi3-submit/tizen/20171207.072626.tar.gz linux-rpi3-submit/tizen/20171207.072626.tar.bz2 linux-rpi3-submit/tizen/20171207.072626.zip |
rpi3: config: Enable camerasubmit/tizen_4.0/20171207.072859submit/tizen/20171207.072626
Add configration to enable the Raspberry Pi Camera Module in config.txt file.
Change-Id: I092851a559ebab462babf8c176a190339285ef9d
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
-rw-r--r-- | rpi3/boot/config.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |