Temperature Checking

From odroid US
Revision as of 05:05, 16 January 2013 by Sebastian s (Talk | contribs) (Execute this in a shell)

Jump to: navigation, search

Execute this in a shell

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