Skip to content

Instantly share code, notes, and snippets.

@stigok
Created September 9, 2017 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stigok/f4553fa7c87eb30f4166042b533830ed to your computer and use it in GitHub Desktop.
Save stigok/f4553fa7c87eb30f4166042b533830ed to your computer and use it in GitHub Desktop.
Sample Pi boot config
# See /boot/overlays/README for all available options
gpu_mem=128
start_file=start_x.elf
fixup_file=fixup_x.dat
initramfs initramfs-linux.img followkernel
# Enable ALSA interface
audio=on
uart0=off
uart1=off
# Blink green while alive, instead of on activity
act_led_trigger=heartbeat
# I'm using eth0
pi3-disable-wifi
pi3-disable-bt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment