Difference between revisions of "Temperature Checking"

From odroid US
Jump to: navigation, search
(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 ...")
(No difference)

Revision as of 05:02, 16 January 2013

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"