Update and rename pi_zero_2_w_OverClock.md to pi_zero_2_w_Config.md
This commit is contained in:
parent
ecd13d1d2f
commit
5007299751
|
|
@ -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
|
||||
```
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
## config.txt
|
||||
|
||||
Add:
|
||||
|
||||
```
|
||||
temp_limit=85
|
||||
temp_soft_limit=85
|
||||
arm_freq=1200
|
||||
over_voltage=6
|
||||
```
|
||||
Loading…
Reference in New Issue