Update and rename pi_zero_2_w_OverClock.md to pi_zero_2_w_Config.md

This commit is contained in:
aiminick 2021-11-14 23:53:50 +08:00 committed by GitHub
parent ecd13d1d2f
commit 5007299751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 10 deletions

View File

@ -0,0 +1,30 @@
## 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
```

View File

@ -1,10 +0,0 @@
## config.txt
Add:
```
temp_limit=85
temp_soft_limit=85
arm_freq=1200
over_voltage=6
```