Update pi_zero_2_w_Config.md

This commit is contained in:
aiminick 2021-11-15 00:04:13 +08:00 committed by GitHub
parent 5007299751
commit 29e107beda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -28,3 +28,15 @@ temp_soft_limit=85
arm_freq=1200
over_voltage=6
```
#### Tunning, disable vc cma and video code
Add **/etc/modprobe.d/blacklist.conf**
```
blacklist bcm2835_codec
blacklist bcm2835_v4l2
blacklist bcm2835_isp
blacklist bcm2835_mmal_vchiq
blacklist vc_sm_cma
```