Parent Directory
|
Revision Log
Initial import from Fedora (maintained by Peter Robinson)
1 | [all] |
2 | boot_delay=1 |
3 | kernel=rpi3-u-boot.bin |
4 | |
5 | # Put the RPi3 into 64 bit mode |
6 | arm_control=0x200 |
7 | |
8 | # New option to allow the firmware to load upstream dtb |
9 | # Will allow things like camera, touchscreen etc to work OOTB |
10 | upstream_kernel=1 |
11 | |
12 | # Without this sdram runs at 400mhz, instead of 450 |
13 | # https://github.com/Hexxeh/rpi-firmware/issues/172 |
14 | audio_pwm_mode=0 |
15 | |
16 | # Enable UART |
17 | # Only enable UART if you're going to use it as it has speed implications |
18 | # Serial console is ttyS0 on RPi3 and ttyAMA0 on all other variants |
19 | # u-boot will auto detect serial and pass corrent options to kernel if enabled |
20 | # Details here on speed https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=141195 |
21 | # enable_uart=1 |
22 | |
23 | # This isn't used by mainline VC4 driver so reduce to lowest supported value |
24 | gpu_mem=16 |
25 | |
26 | # Allow OS rather than firmware control CEC |
27 | mask_gpu_interrupt1=0x100 |
28 | |
29 | # Other options you can adjust for all Raspberry Pi Revisions |
30 | # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md |
31 | # All options documented at http://elinux.org/RPiconfig |
32 | # for more options see http://elinux.org/RPi_config.txt |
Name | Value |
---|---|
svn:eol-style | native |
ViewVC Help | |
Powered by ViewVC 1.1.30 |