From 368fc213177d24c6069d259d7fe3a74fd803561f Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Tue, 1 Jul 2025 13:18:27 +0200 Subject: [PATCH] Update documentation for vcgencmd on the Raspberry Pi The `vcgencmd` tool is located at `/usr/bin` and is part of the `raspberrypi-utils` package: ``` [alarm@alarmpi ~]$ which vcgencmd /usr/bin/vcgencmd [alarm@alarmpi ~]$ pacman -Qo /usr/bin/vcgencmd /usr/bin/vcgencmd is owned by raspberrypi-utils 20250522-1 ``` --- Raspberry_Pi.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Raspberry_Pi.md b/Raspberry_Pi.md index f3d73d0..ea872ef 100644 --- a/Raspberry_Pi.md +++ b/Raspberry_Pi.md @@ -145,17 +145,17 @@ Adding the following options removes this limitation, `/etc/modprobe.d/rpi-camer ## Onboard Hardware Sensors ### Temperature -Temperatures sensors can be queried with utils in the `raspberrypi-firmware` package. +Temperatures sensors can be queried with utils in the `raspberrypi-utils` package. ``` -$ /opt/vc/bin/vcgencmd measure_temp +$ vcgencmd measure_temp temp=49.8'C ``` ### Voltage -Four different voltages can be monitored via `/opt/vc/bin/vcgencmd`: +Four different voltages can be monitored via `vcgencmd`: - $ /opt/vc/bin/vcgencmd measure_volts + $ vcgencmd measure_volts Where `` is: