Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 982 Bytes

File metadata and controls

22 lines (12 loc) · 982 Bytes

Miscellaneous options in config.txt

avoid_warnings

The warning symbols can be disabled using this option, although this is not advised.

avoid_warnings=1 disables the warning overlays. avoid_warnings=2 disables the warning overlays, but additionally allows turbo mode even when low-voltage is present.

logging_level

Sets the Videocore logging level. The value is a Videocore-specific bitmask.

include

Causes the content of the specified file to be inserted into the current file.

For example, adding the line include extraconfig.txt to config.txt will include the content of extraconfig.txt file in the config.txt file.

max_usb_current

This command is now deprecated. Originally certain models of Raspberry Pi limited the USB ports to a maximum of 600mA. Setting max_usb_current=1 changed this default to 1200mA. However, all firmware now has this flag set by default, so it is no longer necessary to use this option.