凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-06-05 1b3785bc92a0caeacb4253e56b406f3bce4a591c
Add dtoverlay config file in boot partition
2 files added
28 ■■■■■ changed files
bsp/images/boot/config-lcd.txt 14 ●●●●● patch | view | raw | blame | history
bsp/images/boot/config-nolcd.txt 14 ●●●●● patch | view | raw | blame | history
bsp/images/boot/config-lcd.txt
New file
@@ -0,0 +1,14 @@
# Enable LCD overlay
dtoverlay_lcd=yes
# Enable I2C overlay
dtoverlay_i2c1=yes
# Can not enable SPI overlay here for conflict with LCD
#dtoverlay_spi1=yes
# Can not enable UART7 overlay here for conflict with LCD
dtoverlay_uart=2 3 4
# Enable CAN overlay
dtoverlay_can=1 2
bsp/images/boot/config-nolcd.txt
New file
@@ -0,0 +1,14 @@
# Enable LCD overlay
dtoverlay_lcd=no
# Enable I2C overlay
dtoverlay_i2c1=yes
# Enable SPI overlay, SPI1 conflict with LCD
dtoverlay_spi1=yes
# Enable UART overlay, UART7 conflict with LCD
dtoverlay_uart=2 3 4 7
# Enable CAN overlay
dtoverlay_can=1 2