凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-06-15 0eff7d30dceeac074d55c47dff5b2448ef84f064
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Enable LCD overlay
dtoverlay_lcd=yes
 
# Camera overlay
dtoverlay_cam=yes
 
# Enable I2C overlay
dtoverlay_i2c1=yes
 
# Can not enable SPI overlay here for conflict with LCD
#dtoverlay_spi1=no
 
# Can not enable UART7 overlays here for conflict with LCD
dtoverlay_uart=2 3 4
 
# Enable CAN overlays
dtoverlay_can=1 2
 
# Enable PWM overlays
dtoverlay_pwm=7 8
 
# Extra overlays
#dtoverlay_extra=cam