From ce0bc1bf5701e0894fa2330b9bba1f484a5b6df9 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 12 Jun 2022 18:02:10 +0800
Subject: [PATCH] update rootfs.json to fix miss /lib/modules bug

---
 bsp/images/boot/config-lcd.txt |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/bsp/images/boot/config-lcd.txt b/bsp/images/boot/config-lcd.txt
index e867cef..802f335 100644
--- a/bsp/images/boot/config-lcd.txt
+++ b/bsp/images/boot/config-lcd.txt
@@ -1,14 +1,23 @@
 # Enable LCD overlay
 dtoverlay_lcd=yes
 
+# Camera overlay
+dtoverlay_cam=yes
+
 # Enable I2C overlay
 dtoverlay_i2c1=yes
 
 # Can not enable SPI overlay here for conflict with LCD
-#dtoverlay_spi1=yes
+#dtoverlay_spi1=no
 
-# Can not enable UART7 overlay here for conflict with LCD
+# Can not enable UART7 overlays here for conflict with LCD
 dtoverlay_uart=2 3 4
 
-# Enable CAN overlay
+# Enable CAN overlays
 dtoverlay_can=1 2
+
+# Enable PWM overlays
+dtoverlay_pwm=7 8
+
+# Extra overlays
+#dtoverlay_extra=cam

--
Gitblit v1.9.1