Temperature Checking

From odroid US
Revision as of 05:02, 16 January 2013 by Sebastian s (Talk | contribs) (Created page with "= Execute this in a shell = <pre>watch "echo -n 'Hostname: ' && hostname && echo -n 'CPU Frequency: ' && cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq && echo -n ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Execute this in a shell

watch "echo -n 'Hostname: ' && hostname && echo -n 'CPU Frequency: ' && cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq && echo -n 'TEMP: ' && cat /sys/devices/platform/tmu/temperature"