blob: c6c51c951f2c735ea287848dfe5a2ab13b8bbe12 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001From ce27f7e22b2cd7453a425e08780a338a71301961 Mon Sep 17 00:00:00 2001
2From: Leon Anavi <leon.anavi@konsulko.com>
3Date: Mon, 20 Nov 2023 15:19:15 +0200
4Subject: [PATCH] config.txt: reintroduce start_x
5
6Reintroduce configuration "start_x". Based on the experience with
7Yocto/OpenEmbedded layer meta-raspberrypi, it has been observed
8that Raspberry Pi 4B 4GB may fail to enable the camera if
9"start_x=1" is at the end of the file. Therefore, "start_x=1"
10is expected in config.txt template and it has been set to replace
11the original occurrence, which is at the middle of the file.
12Also update revision and date stamp.
13
14GitHub pull request: https://github.com/Evilpaul/RPi-config/pull/8
15
16Upstream-Status: Submitted
17
18Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
19---
20 config.txt | 12 +++++++++++-
21 1 file changed, 11 insertions(+), 1 deletion(-)
22
23diff --git a/config.txt b/config.txt
24index 1cf7b29..e28ed02 100644
25--- a/config.txt
26+++ b/config.txt
27@@ -1,7 +1,7 @@
28 ################################################################################
29 ## Raspberry Pi Configuration Settings
30 ##
31-## Revision 17, 2021/08/15
32+## Revision 18, 2023/11/20
33 ##
34 ## Details taken from the eLinux wiki and official Raspberry Pi documentation.
35 ## For up-to-date information please refer to links below.
36@@ -760,6 +760,16 @@
37 ## Camera Settings
38 ################################################################################
39
40+## start_x
41+## Set to "1" to enable the camera module.
42+##
43+## Enabling the camera requires gpu_mem option to be specified with a value
44+## of at least 128.
45+##
46+## Default 0
47+##
48+#start_x=0
49+
50 ## disable_camera_led
51 ## Turn off the red camera led when recording video or taking a still
52 ## picture.
53--
542.39.2
55