bamarni/pi64

CPU temp

xilopaint opened this issue · 7 comments

How can I check the CPU temp in pi64? vcgencmd is not present.

What version are you using? vcgencmd should be present.

Sorry, I found it! I was missing it because in Raspbian it's present in /opt/vc/bin/vcgencmd.

Care to tell me the location @xilopaint pls?

@DanielSSilva

/usr/bin/vcgencmd

using which, found it's on /usr/bin/vcgencmd
but when i run the command i get this

pi@raspberrypi:~$ /usr/bin/vcgencmd measure_temp
VCHI initialization failed

Try using sudo.

nice! that solved. Tks @xilopaint . Using it to mine and yet the temp is lower than with raspbian. Great jobe @bamarni !