Hello!
I like many others overclock the PI by editing the configuration file. Now to my question: Is there a way to view the current frequencies, volts etc? Either via the GUI or via shell commands?
Regards, Mattias
Ps. The new version rocks! Keep up the good work!
Hi,
I wrote a script to follow processor frequency and temp :
MHZ=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq)
TEMPERATURE=$(cat /sys/class/thermal/thermal_zone0/temp)
It's all there somewhere ; seek and ye shall find...
- Scott
Hi,
I wrote a script to follow processor frequency and temp :
MHZ=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq)
TEMPERATURE=$(cat /sys/class/thermal/thermal_zone0/temp)
It's all there somewhere ; seek and ye shall find...
- Scott
Thanks! Still have very few clues on how to use that. Pasting them in the Shell does nothing ;)
Hello again,
If you want to use it in shell just type what is between the parentheses. It's just the cat command plus the path to where the info is.
- Scott
system
Closed
December 21, 2019, 1:51am
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.