mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
vcgencmd: add page (#6309)
This commit is contained in:
parent
24ba08b5ed
commit
2bef4512ef
1 changed files with 28 additions and 0 deletions
28
pages/linux/vcgencmd.md
Normal file
28
pages/linux/vcgencmd.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# vcgencmd
|
||||
|
||||
> Print system information for a Raspberry Pi.
|
||||
> More information: <https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md>.
|
||||
|
||||
- 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 config (only available on Raspberry Pi 4 models):
|
||||
|
||||
`vcgencmd bootloader_config`
|
||||
|
||||
- Display Help:
|
||||
|
||||
`vcgencmd --help`
|
Loading…
Add table
Reference in a new issue