~ogra/+junk/snappy-systems

« back to all changes in this revision

Viewing changes to pi2/boot-assets/config.txt

  • Committer: Michael Vogt
  • Date: 2015-12-04 14:40:59 UTC
  • Revision ID: michael.vogt@ubuntu.com-20151204144059-w7dehszlgs87ms4k
add pi2 source

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# For more options and information see 
 
2
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
 
3
# Some settings may impact device functionality. See link above for details
 
4
 
 
5
kernel=uboot.bin
 
6
 
 
7
# enable i2c
 
8
dtparam=i2c_arm=on
 
9
dtparam=spi=on
 
10
 
 
11
# uncomment if you get no picture on HDMI for a default "safe" mode
 
12
#hdmi_safe=1
 
13
 
 
14
# uncomment this if your display has a black border of unused pixels visible
 
15
# and your display can output without overscan
 
16
#disable_overscan=1
 
17
 
 
18
# uncomment the following to adjust overscan. Use positive numbers if console
 
19
# goes off screen, and negative if there is too much border
 
20
#overscan_left=16
 
21
#overscan_right=16
 
22
#overscan_top=16
 
23
#overscan_bottom=16
 
24
 
 
25
# uncomment to force a console size. By default it will be display's size minus
 
26
# overscan.
 
27
#framebuffer_width=1280
 
28
#framebuffer_height=720
 
29
 
 
30
# uncomment if hdmi display is not detected and composite is being output
 
31
#hdmi_force_hotplug=1
 
32
 
 
33
# uncomment to force a specific HDMI mode (this will force VGA)
 
34
#hdmi_group=1
 
35
#hdmi_mode=1
 
36
 
 
37
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
 
38
# DMT (computer monitor) modes
 
39
#hdmi_drive=2
 
40
 
 
41
# uncomment to increase signal to HDMI, if you have interference, blanking, or
 
42
# no display
 
43
#config_hdmi_boost=4
 
44
 
 
45
# uncomment for composite PAL
 
46
#sdtv_mode=2
 
47
 
 
48
#uncomment to overclock the arm. 700 MHz is the default.
 
49
#arm_freq=800
 
50