From f317d59900aa566e289fc9fe5d40122e1fbbd076 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 13 Jun 2022 22:45:07 +0800 Subject: [PATCH] update linux patch, fix ov5640 camera not work bug --- bsp/images/boot/config-nolcd.txt | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bsp/images/boot/config-nolcd.txt b/bsp/images/boot/config-nolcd.txt index 677df33..93b2117 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 @@ -7,8 +10,14 @@ # Enable SPI overlay, SPI1 conflict with LCD dtoverlay_spi1=yes -# Enable UART overlay, UART7 conflict with LCD +# Enable UART overlays, UART7 conflict with LCD dtoverlay_uart=2 3 4 7 -# Enable CAN overlay +# Enable CAN overlays dtoverlay_can=1 2 + +# Enable PWM overlays +dtoverlay_pwm=7 8 + +# Enable extra overlays +#dtoverlay_extra=cam -- Gitblit v1.9.1