05.03.2013 Views

RPi Easy SD Card Setup - eLinux.org

RPi Easy SD Card Setup - eLinux.org

RPi Easy SD Card Setup - eLinux.org

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>RPi</strong>config<br />

From <strong>eLinux</strong>.<strong>org</strong><br />

(Redirected from <strong>RPi</strong> config.txt)<br />

The Raspberry Pi config.txt file is read by the GPU before the ARM core is initialised. It<br />

can be used to set various system configuration parameters.<br />

This file is an optional file on the boot partition. It would normally be accessible as /boot/<br />

config.txt from Linux.<br />

To edit the configuration file, see the instructions at R-Pi_ConfigurationFile.<br />

You can get your current active settings with the following commands:<br />

vcgencmd get_config - lists a specific config value. E.g. vcgencmd get_config arm_freq<br />

vcgencmd get_config int - lists all the integer config options that are set (non-zero)<br />

vcgencmd get_config str - lists all the string config options that are set (non-null)<br />

Contents<br />

▪ 1 File format<br />

▪ 2 Memory<br />

▪ 3 Video<br />

▪ 3.1 Video mode options<br />

▪ 3.2 Which values are valid for my monitor?<br />

▪ 4 Licensed Codecs<br />

▪ 5 Boot<br />

▪ 6 Overclocking<br />

▪ 6.1 Overclocking options<br />

▪ 6.1.1 force_turbo mode<br />

▪ 6.2 Clocks relationship<br />

▪ 6.3 Tested values<br />

▪ 7 References<br />

File format<br />

The format is "property=value" where value is an integer. You may specify only one<br />

option per line. Comments may be added by starting a line with the '#' character.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!