Blame config.txt

4f5398a
# All options documented at http://elinux.org/RPiconfig
4f5398a
#
4f5398a
# Uncomment some or all of these to enable the optional hardware interfaces
4f5398a
# Params:
4f5398a
#         i2c_arm                  Set to "on" to enable the ARM's i2c interface
4f5398a
#                                  (default "off")
4f5398a
#         i2c_vc                   Set to "on" to enable the i2c interface
4f5398a
#                                  usually reserved for the VideoCore processor
4f5398a
#                                  (default "off")
4f5398a
#         i2c_arm_baudrate         Set the baudrate of the ARM's i2c interface
4f5398a
#                                  (default "100000")
4f5398a
#         i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface
4f5398a
#                                  (default "100000")
4f5398a
#         i2c_baudrate             An alias for i2c_arm_baudrate
4f5398a
#         i2s                      Set to "on" to enable the i2s interface
4f5398a
#                                  (default "off")
4f5398a
#         spi                      Set to "on" to enable the spi interfaces
4f5398a
#                                  (default "off")
4f5398a
#         act_led_trigger          Choose which activity the LED tracks.
4f5398a
#                                  Use "heartbeat" for a nice load indicator.
4f5398a
#                                  (default "mmc")
4f5398a
#         act_led_activelow        Set to "on" to invert the sense of the LED
4f5398a
#                                  (default "off")
4f5398a
#         act_led_gpio             Set which GPIO pin to use for the activity LED
4f5398a
#                                  (in case you want to connect it to an external
4f5398a
#                                  device)
4f5398a
#                                  (default "16" on a non-Plus board, "47" on a
4f5398a
#                                  Plus or Pi 2)
4f5398a
#         pwr_led_trigger
4f5398a
#         pwr_led_activelow
4f5398a
#         pwr_led_gpio
4f5398a
#                                  As for act_led_*, but using the PWR LED.
4f5398a
#                                  Not available on Model A/B boards.
4f5398a
#         N.B. It is recommended to only enable those interfaces that are needed.
4f5398a
#         Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
4f5398a
#         interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
4f5398a
#         Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
4f5398a
#         interfaces i2c0 and i2c1. Use of the numeric variants is still possible
4f5398a
#         but deprecated because the ARM/VC assignments differ between board
4f5398a
#         revisions. The same board-specific mapping applies to i2c_baudrate,
4f5398a
#         and the other i2c baudrate parameters.
4f5398a
4f5398a
#device_tree_param=i2c_arm=on
4f5398a
#device_tree_param=i2c_vc=on
4f5398a
#device_tree_param=i2s=on
4f5398a
#device_tree_param=spi=on
4f5398a
#device_tree_param=act_led_trigger=mmc
4f5398a
4f5398a
#
4f5398a
# See /boot/overlays/README for a detailed list and description of additional
4f5398a
#   overlays and their configuration options.
4f5398a
#
4f5398a
4f5398a
# Uncomment if you get no picture on HDMI for a default "safe" mode
4f5398a
#hdmi_safe=1
4f5398a
4f5398a
# Uncomment this if your display has a black border of unused pixels visible
4f5398a
# and your display can output without overscan
4f5398a
#disable_overscan=1
4f5398a
4f5398a
# Uncomment the following to adjust overscan. Use positive numbers if console
4f5398a
# goes off screen, and negative if there is too much border
4f5398a
#overscan_left=16
4f5398a
#overscan_right=16
4f5398a
#overscan_top=16
4f5398a
#overscan_bottom=16
4f5398a
4f5398a
# Uncomment to force a console size. By default it will be display's size minus
4f5398a
# overscan.
4f5398a
#framebuffer_width=1280
4f5398a
#framebuffer_height=720
4f5398a
4f5398a
# Uncomment if hdmi display is not detected and composite is being output
4f5398a
#hdmi_force_hotplug=1
4f5398a
4f5398a
# Uncomment to force a specific HDMI mode (this will force VGA)
4f5398a
#hdmi_group=1
4f5398a
#hdmi_mode=1
4f5398a
4f5398a
# Uncomment to force a HDMI mode rather than DVI. This can make audio work in
4f5398a
# DMT (computer monitor) modes
4f5398a
#hdmi_drive=2
4f5398a
4f5398a
# Uncomment to set monitor mode to DMT
4f5398a
#hdmi_group=2
4f5398a
4f5398a
# Uncomment to increase signal to HDMI, if you have interference, blanking, or
4f5398a
# no display
4f5398a
#config_hdmi_boost=4
4f5398a
4f5398a
# Uncomment for composite PAL
4f5398a
#sdtv_mode=2
4f5398a
4f5398a
# Uncomment to overclock the ARM core. 700 MHz is the default.
4f5398a
#arm_freq=800
4f5398a
4f5398a
# for more options see http://elinux.org/RPi_config.txt
4f5398a
4f5398a
## Some over clocking settings, governor already set to ondemand
4f5398a
4f5398a
##None
4f5398a
#arm_freq=700
4f5398a
#core_freq=250
4f5398a
#sdram_freq=400
4f5398a
#over_voltage=0
4f5398a
4f5398a
##Modest
4f5398a
#arm_freq=800
4f5398a
#core_freq=300
4f5398a
#sdram_freq=400
4f5398a
#over_voltage=0
4f5398a
4f5398a
##Medium
4f5398a
#arm_freq=900
4f5398a
#core_freq=333
4f5398a
#sdram_freq=450
4f5398a
#over_voltage=2
4f5398a
4f5398a
##High
4f5398a
#arm_freq=950
4f5398a
#core_freq=450
4f5398a
#sdram_freq=450
4f5398a
#over_voltage=6
4f5398a
4f5398a
##Turbo
4f5398a
#arm_freq=1000
4f5398a
#core_freq=500
4f5398a
#sdram_freq=500
4f5398a
#over_voltage=6
4f5398a
4f5398a
gpu_mem=64
78cfa40
kernel=u-boot.bin
78cfa40
boot_delay=1