From 78ccd1ebce0fa24c8fde2eb529bcb544800fa26c Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 12 Jun 2022 00:44:05 +0800
Subject: [PATCH] update sample config.txt to support camera and extra overlays support

---
 bsp/images/boot/config-nolcd.txt |    8 +++++++-
 bsp/images/boot/config-lcd.txt   |    6 ++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/bsp/images/boot/config-lcd.txt b/bsp/images/boot/config-lcd.txt
index e867cef..5246e8a 100644
--- a/bsp/images/boot/config-lcd.txt
+++ b/bsp/images/boot/config-lcd.txt
@@ -1,6 +1,9 @@
 # Enable LCD overlay
 dtoverlay_lcd=yes
 
+# Camera overlay
+dtoverlay_cam=yes
+
 # Enable I2C overlay
 dtoverlay_i2c1=yes
 
@@ -12,3 +15,6 @@
 
 # Enable CAN overlay
 dtoverlay_can=1 2
+
+# Extra overlays
+#dtoverlay_extra=cam
diff --git a/bsp/images/boot/config-nolcd.txt b/bsp/images/boot/config-nolcd.txt
index 677df33..7980f1c 100644
--- a/bsp/images/boot/config-nolcd.txt
+++ b/bsp/images/boot/config-nolcd.txt
@@ -1,5 +1,8 @@
 # Enable LCD overlay
-dtoverlay_lcd=no
+#dtoverlay_lcd=no
+
+# Enable Camera overlay
+#dtoverlay_cam=yes
 
 # Enable I2C overlay
 dtoverlay_i2c1=yes
@@ -12,3 +15,6 @@
 
 # Enable CAN overlay
 dtoverlay_can=1 2
+
+# Enable extra overlays
+dtoverlay_extra=cam

--
Gitblit v1.9.1