From c1c6b78ba3b2d1f4f5513bf82293f1bd937ace05 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 25 Jul 2023 23:42:15 +0800 Subject: [PATCH] Update config.json for image size to 1GB --- images/files/config-nolcd.txt | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/images/files/config-nolcd.txt b/images/files/config-nolcd.txt new file mode 100644 index 0000000..a17de28 --- /dev/null +++ b/images/files/config-nolcd.txt @@ -0,0 +1,29 @@ +# Enable LCD overlay +#dtoverlay_lcd=no + +# Enable Camera overlay +#dtoverlay_cam=no + +# Eanble 1-Wire overlay +#dtoverlay_w1=yes + +# Enable ADC overlay +#dtoverlay_adc=yes + +# Enable I2C overlay +dtoverlay_i2c=1 + +# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module) +dtoverlay_spi=1 + +# Enable UART overlays +dtoverlay_uart=2 3 4 7 + +# 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=nbiot-4g -- Gitblit v1.9.1