Add dtoverlay config file in boot partition
New file |
| | |
| | | # 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 |
New file |
| | |
| | | # 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 |