/[packages]/cauldron/bcm283x-firmware/current/SOURCES/config.txt
ViewVC logotype

Contents of /cauldron/bcm283x-firmware/current/SOURCES/config.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1235821 - (show annotations) (download)
Sat Jun 9 22:14:38 2018 UTC (6 years, 9 months ago) by blino
File MIME type: text/plain
File size: 1181 byte(s)
Initial import from Fedora (maintained by Peter Robinson)
1 # Raspberry Pi 2
2 [pi2]
3 kernel=rpi2-u-boot.bin
4
5 # Raspberry Pi 3
6 [pi3]
7 kernel=rpi3-u-boot.bin
8
9 # Default Fedora configs for all Raspberry Pi Revisions
10 [all]
11 boot_delay=1
12
13 # New option to allow the firmware to load upstream dtb
14 # Will allow things like camera, touchscreen etc to work OOTB
15 upstream_kernel=1
16
17 # Without this sdram runs at 400mhz, instead of 450
18 # https://github.com/Hexxeh/rpi-firmware/issues/172
19 audio_pwm_mode=0
20
21 # Enable UART
22 # Only enable UART if you're going to use it as it has speed implications
23 # Serial console is ttyS0 on RPi3 and ttyAMA0 on all other variants
24 # u-boot will auto detect serial and pass corrent options to kernel if enabled
25 # Details here on speed https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=141195
26 # enable_uart=1
27
28 # This isn't used by mainline VC4 driver so reduce to lowest supported value
29 gpu_mem=16
30
31 # Allow OS rather than firmware control CEC
32 mask_gpu_interrupt1=0x100
33
34 # Other options you can adjust for all Raspberry Pi Revisions
35 # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
36 # All options documented at http://elinux.org/RPiconfig
37 # for more options see http://elinux.org/RPi_config.txt

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30