Created
March 20, 2021 16:27
-
-
Save stephanlachnit/259c051f9c65eeb945430ab6c0fd281f to your computer and use it in GitHub Desktop.
Pi Zero W headless low power config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pi Zero W headless low power config | |
# Disable hardware interfaces | |
dtparam=i2c_arm=off | |
dtparam=i2c_vc=off | |
dtparam=i2s=off | |
dtparam=spi=off | |
# Disable audio | |
dtparam=audio=off | |
# Disable bluetooth | |
dtoverlay=disable-bt | |
# Disable wifi | |
dtoverlay=disable-wifi | |
# Disable led | |
dtparam=act_led_trigger=none | |
dtparam=act_led_activelow=on | |
# Disable video output | |
hdmi_blanking=2 | |
disable_splash=1 | |
# Disable Camera | |
start_x=0 | |
# Minimal VRAM | |
gpu_mem=16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment