11 lines
244 B
Markdown
11 lines
244 B
Markdown
# raspi-config options to check
|
|
|
|
```
|
|
sudo raspi-config
|
|
3 - Interface options
|
|
P2 enable SSH
|
|
P4 enable SPI
|
|
P5 enable I2C
|
|
P6 enable serial (You may have to update this later and turn it off for certain UART features to work)
|
|
```
|