mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
557 B
Markdown
28 lines
557 B
Markdown
# vcgencmd
|
|
|
|
> Print system information for a Raspberry Pi.
|
|
> More information: <https://www.raspberrypi.org/documentation/computers/os.html#vcgencmd>.
|
|
|
|
- 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):
|
|
|
|
`vcgencmd bootloader_config`
|
|
|
|
- Display help:
|
|
|
|
`vcgencmd --help`
|