bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 126 forks source link

Get cpu Raspberry temp. #54

Closed niccarp closed 6 years ago

niccarp commented 6 years ago

Hi bamarni.

Did you know if exists some command to get the cpu temp please?

Like this in raspbian original? /opt/vc/bin/vcgencmd measure_temp

I try it with , apt-get install lm-sensors but off course doesnt exists sensors :(

This is important to me because my pi is mining MaGi Coin and overclocked so will be great keep under control temp without adding a new sensor or something like that if possible.

Thank you very match,!

bamarni commented 6 years ago

Hi, it's in the PATH, so sudo vcgencmd measure_temp

niccarp commented 6 years ago

Oh, what a noob. My mistake :)

Thanks! I will close it