凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-06-30 72cfce2d9435039e2afdf0716d5efaf3969715be
Update config-xxx.txt
2 files modified
28 ■■■■ changed files
bsp/images/boot/config-lcd.txt 13 ●●●● patch | view | raw | blame | history
bsp/images/boot/config-nolcd.txt 15 ●●●● patch | view | raw | blame | history
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
bsp/images/boot/config-nolcd.txt
@@ -2,22 +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 overlays, UART7 conflict with LCD
# Enable UART overlays
dtoverlay_uart=2 3 4 7
# Enable CAN overlays
dtoverlay_can=1 2
# Enable PWM overlays
dtoverlay_pwm=7 8
# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module)
dtoverlay_pwm=7
# Enable extra overlays
#dtoverlay_extra=cam
dtoverlay_extra=nbiot-4g