tldr/pages/linux/vcgencmd.md

29 lines
557 B
Markdown
Raw Normal View History

2021-08-15 17:19:26 +01:00
# vcgencmd
> Print system information for a Raspberry Pi.
> More information: <https://www.raspberrypi.org/documentation/computers/os.html#vcgencmd>.
2021-08-15 17:19:26 +01:00
- List all available commands:
`vcgencmd commands`
- Print the current CPU temperature:
`vcgencmd measure_temp`
- Print the current voltage:
`vcgencmd measure_volts`
- Print the throttled state of the system as a bit pattern:
`vcgencmd get_throttled`
- Print the bootloader configuration (only available on Raspberry Pi 4 models):
2021-08-15 17:19:26 +01:00
`vcgencmd bootloader_config`
- Display Help:
`vcgencmd --help`