snippetbashTip
vcgencmd — Print system information for a Raspberry Pi. More information: <https://www.raspberrypi.com/document
Viewed 0 times
raspberrycommandcliprintinformationvcgencmdforsystem
linux
Problem
How to use the
vcgencmd command: Print system information for a Raspberry Pi. More information: <https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd>.Solution
vcgencmd — Print system information for a Raspberry Pi. More information: <https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd>.List all available commands:
vcgencmd commandsPrint the current CPU temperature:
vcgencmd measure_tempPrint the current voltage:
vcgencmd measure_voltsPrint the throttled state of the system as a bit pattern:
vcgencmd get_throttledPrint the bootloader configuration (only available on Raspberry Pi 4 models):
vcgencmd bootloader_configDisplay help:
vcgencmd --helpCode Snippets
List all available commands
vcgencmd commandsPrint the current CPU temperature
vcgencmd measure_tempPrint the current voltage
vcgencmd measure_voltsPrint the throttled state of the system as a bit pattern
vcgencmd get_throttledPrint the bootloader configuration (only available on Raspberry Pi 4 models)
vcgencmd bootloader_configContext
tldr-pages: linux/vcgencmd
Revisions (0)
No revisions yet.