Created
September 9, 2017 23:59
-
-
Save stigok/f4553fa7c87eb30f4166042b533830ed to your computer and use it in GitHub Desktop.
Sample Pi boot 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
# 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