View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#936
Originally Posted by CasTTeLLo View Post
bro laasonen, can u give to me cmd for cpu temp and frenq??? thanks
CPU frequency:
Code:
echo "`awk '{print $1/1000}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`/`awk '{print $1/1000}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq` MHz"
CPU temperature:
Code:
echo "`cat /sys/class/power_supply/bq27200-0/temp` °C"

You need to have titan's kernel and rootsh and load bq27x00_battery-module to show temperature.
Code:
root
modprobe bq27x00_battery

Last edited by laasonen; 2010-07-17 at 10:42.
 

The Following 2 Users Say Thank You to laasonen For This Useful Post: