Go to advanced search

by KunalGautam
Fri Oct 11, 2013 5:52 pm
Forum: Advanced users
Topic: Read temp sensors from command line
Replies: 30
Views: 61800

Re: Read temp sensors from command line

I'm not an expert but I think you can read it from

Code: Select all

cat /sys/class/thermal/thermal_zone0/temp 
Divide by 1000 will give temperature on board.

Go to advanced search