From 84a5092d60f368a7ee8f3659b99c382ec8bf34b7 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 30 Mar 2023 16:14:52 +0800 Subject: [PATCH] Add kirkstone-lf-5.15.71-2.2.0 in meta-igkboard --- bsp/images/boot/config-lcd.txt | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bsp/images/boot/config-lcd.txt b/bsp/images/boot/config-lcd.txt index 802f335..352ae27 100644 --- a/bsp/images/boot/config-lcd.txt +++ b/bsp/images/boot/config-lcd.txt @@ -7,17 +7,18 @@ # Enable I2C overlay dtoverlay_i2c1=yes -# Can not enable SPI overlay here for conflict with LCD -#dtoverlay_spi1=no +# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module) +dtoverlay_spi1=yes -# Can not enable UART7 overlays here for conflict with LCD -dtoverlay_uart=2 3 4 +# Enable UART overlay +dtoverlay_uart=2 3 4 7 # Enable CAN overlays dtoverlay_can=1 2 -# Enable PWM overlays +# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module) dtoverlay_pwm=7 8 # Extra overlays -#dtoverlay_extra=cam +#dtoverlay_extra=nbiot-4g + -- Gitblit v1.9.1