Hi,
is there a register or something like that available where I can check the current clock the CPU is running with? I want to verify it is really working with maximum speed of 1GHz and not accidentially with something lower...
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
is there a register or something like that available where I can check the current clock the CPU is running with? I want to verify it is really working with maximum speed of 1GHz and not accidentially with something lower...
Thanks!
Hi,
From user space you can use:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
Also please have a look at the following guides:
http://processors.wiki.ti.com/index.php/Linux_Core_Power_Management_User%27s_Guide_(v3.14)
processors.wiki.ti.com/.../Sitara_Linux_Training:_Power_Management
They contain some useful information about SItara power management.
Best Regards,
Yordan