Blame config.txt

03c4d5f
# Raspberry Pi 2
d7a49fc
[pi2]
61934ec
kernel=rpi2-u-boot.bin
61934ec
d7a49fc
# Raspberry Pi 3
d7a49fc
[pi3]
d7a49fc
kernel=rpi3-u-boot.bin
61934ec
1d951d7
# Default Fedora configs for all Raspberry Pi Revisions
1d951d7
[all]
6bcbd28
# Enable UART
6bcbd28
# Only enable UART if you're going to use it as it has speed implications
6bcbd28
# Serial console is ttyS0 on RPi3 and ttyAMA0 on all other variants
6bcbd28
# u-boot will auto detect serial and pass corrent options to kernel if enabled
6bcbd28
# Speed details: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=141195
6bcbd28
# enable_uart=1
6bcbd28
8c5f35a
# Early boot delay in the hope monitors are initialised enough to provide EDID
8c5f35a
bootcode_delay=1
8c5f35a
1fb1ee7
# We need this to be 32Mb to support VCHI services and drivers which use them
1fb1ee7
# but this isn't used by mainline VC4 driver so reduce to lowest supported value
365f414
# You need to set this to at least 80 for using the camera
1fb1ee7
gpu_mem=32
1fb1ee7
8c5f35a
# Use eXtended firmware by default
8c5f35a
start_x=1
1d951d7
8299398
# New option to allow the firmware to load upstream dtb
8299398
# Will allow things like camera, touchscreen etc to work OOTB
4bf316f
upstream_kernel=1
8299398
b96aa78
# HAT and DT overlays. Documentation at Raspberry Pi here:
b96aa78
# https://www.raspberrypi.org/documentation/configuration/device-tree.md
b96aa78
# Each dtoverlay line is an individual HAT/overlay, multiple lines allowed
b96aa78
# The dtoverlay=upstream must be present for Fedora kernels
b96aa78
dtoverlay=upstream
b96aa78
# dtoverlay=rpi-sense
b96aa78
6e77d61
# Allow OS rather than firmware control CEC
6e77d61
mask_gpu_interrupt1=0x100
6e77d61
8299398
# Without this sdram runs at 400mhz, instead of 450
8299398
# https://github.com/Hexxeh/rpi-firmware/issues/172
8299398
audio_pwm_mode=0
8299398
4bf316f
# Other options you can adjust for all Raspberry Pi Revisions
7e5450d
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
4f5398a
# All options documented at http://elinux.org/RPiconfig
03c4d5f
# for more options see http://elinux.org/RPi_config.txt