Skip to content

Instantly share code, notes, and snippets.

@stephanlachnit
Created March 20, 2021 16:27
Show Gist options
  • Save stephanlachnit/259c051f9c65eeb945430ab6c0fd281f to your computer and use it in GitHub Desktop.
Save stephanlachnit/259c051f9c65eeb945430ab6c0fd281f to your computer and use it in GitHub Desktop.
Pi Zero W headless low power config
# 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