From fe3873a5423e587161941ba833bfbd266cc37f6a Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 28 Jun 2023 22:08:51 +0800 Subject: [PATCH] update buildroot install build shell script --- bsp/images/boot/config-nolcd.txt | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bsp/images/boot/config-nolcd.txt b/bsp/images/boot/config-nolcd.txt index 7980f1c..af330ac 100644 --- a/bsp/images/boot/config-nolcd.txt +++ b/bsp/images/boot/config-nolcd.txt @@ -2,19 +2,23 @@ #dtoverlay_lcd=no # Enable Camera overlay -#dtoverlay_cam=yes +#dtoverlay_cam=no # Enable I2C overlay dtoverlay_i2c1=yes -# Enable SPI overlay, SPI1 conflict with LCD -dtoverlay_spi1=yes +# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module) +#dtoverlay_spi1=no -# Enable UART overlay, UART7 conflict with LCD +# Enable UART overlays dtoverlay_uart=2 3 4 7 -# Enable CAN overlay +# Enable CAN overlays dtoverlay_can=1 2 +# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module) +dtoverlay_pwm=7 + # Enable extra overlays -dtoverlay_extra=cam +dtoverlay_extra=nbiot-4g w1 + -- Gitblit v1.9.1