Debian-Pi-Aarch64/docs/pi_zero_2_w_Config.md

31 lines
225 B
Markdown

## config.txt
#### Config
Add:
```
device_tree=bcm2710-rpi-zero-2.dtb
```
#### Disable BT
Add:
```
dtoverlay=disable-bt
```
#### OverClock
Add:
```
temp_limit=85
temp_soft_limit=85
arm_freq=1200
over_voltage=6
```