Forrest logo
back to the vcgencmd tool

vcgencmd:tldr:3d492

vcgencmd: Print the bootloader config (only available on Raspberry Pi 4 models).
$ vcgencmd bootloader_config
try on your machine

The command "vcgencmd bootloader_config" is a command used to retrieve the configuration of the bootloader on a Raspberry Pi system. The bootloader is responsible for initializing the system and loading the operating system.

By running this command, you can obtain information about the current configuration settings of the bootloader. This includes parameters such as the boot order, boot delay, overclock settings, and other relevant configuration options. The command will display the configuration settings on the terminal output.

Note that this command is specific to the Raspberry Pi system, as "vcgencmd" is a utility provided by the VideoCore GPU firmware, which is specific to the Raspberry Pi.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the vcgencmd tool