From eeded509578e104efbee6efd17401381fb10e5bd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 30 Jun 2022 20:36:57 +0800 Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/imx6ull --- bsp/images/boot/config-nolcd.txt | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bsp/images/boot/config-nolcd.txt b/bsp/images/boot/config-nolcd.txt index 7980f1c..93b2117 100644 --- a/bsp/images/boot/config-nolcd.txt +++ b/bsp/images/boot/config-nolcd.txt @@ -10,11 +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 +#dtoverlay_extra=cam -- Gitblit v1.9.1