Could someone give an example of how to use the vcgencmd "power_monitor" command on the Pi 5?
On my Pi 5, vcgencmd includes a command called "power_monitor." Here is an example it provides on how to use the command:I've tried a number of variations such as:I am receiving the "Bad/missing arguments" error.
On my Pi 5, vcgencmd includes a command called "power_monitor." Here is an example it provides on how to use the command:
Code:
Example: vcgencmd power_monitor tracename start/stop VDD_CORE_V VDD_CORE_A
Code:
vcgencmd power_monitor trace1 start VDD_CORE_Vvcgencmd power_monitor trace1 start VDD_CORE_V VDD_CORE_Avcgencmd power_monitor "trace1" "start" "VDD_CORE_V"vcgencmd power_monitor trace1 start true truevcgencmd power_monitor trace1 start 1 1vcgencmd power_monitor 0 start 1 1
Code:
Bad/missing arguments.Example: vcgencmd power_monitor tracename start/stop VDD_CORE_V VDD_CORE_A
Statistics: Posted by lecaanis — Mon Jul 22, 2024 1:44 pm