yoyoRPI3
Posts: 10
Joined: Wed Mar 16, 2016 1:44 pm
Location: Bourges,France

Clock cpu always 600mhz

Tue Mar 29, 2016 5:14 pm

hello guys,i have a problem.with the command vcgencmd measure_clock arm and with ./cpuburn a53,my raspberry pi 3 is always on 600mhz,it never go to 1200mhz.I don't have the full performance.What is the problem?THANKS

User avatar
Rive
Posts: 586
Joined: Sat Mar 26, 2016 5:21 pm
Location: USA

Re: Clock cpu always 600mhz

Tue Mar 29, 2016 5:45 pm

Power supply? Is red light blinking?

It will also go to 600 MHz if temp hits 85C. (without fan/heatsink cpuburn will hit 85C in approx 5-10 sec). Use sysbench instead.

See this thread (tells you how to install sysbench, etc): viewtopic.php?p=921165#p921165

Did you run update/upgrade? then reboot? It then will show warning indicators when you have voltage/power issues, or encounter thermal issues.

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo reboot
Last edited by Rive on Tue Mar 29, 2016 9:15 pm, edited 2 times in total.
DNPNWO

JimmyN
Posts: 1109
Joined: Wed Mar 18, 2015 7:05 pm
Location: Virginia, USA

Re: Clock cpu always 600mhz

Tue Mar 29, 2016 9:01 pm

Do you have "cpufrequtils" installed?

If so what do you get with

Code: Select all

cpufreq-info -s -m

User avatar
Rive
Posts: 586
Joined: Sat Mar 26, 2016 5:21 pm
Location: USA

Re: Clock cpu always 600mhz

Tue Mar 29, 2016 9:09 pm

JimmyN wrote:Do you have "cpufrequtils" installed?

If so what do you get with

Code: Select all

cpufreq-info -s -m
my raspberry pi 3 is always on 600mhz,it never go to 1200mhz.I don't have the full performance.What is the problem?THANKS
This may be better. Try this:


Terminal 1 Check your governor (should be ondemand):

Code: Select all

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Terminal 2 (hit '1' to see all cores):

Code: Select all

top
Terminal 3:

Code: Select all

sudo apt-get install sysbench
while true; do vcgencmd measure_clock arm; vcgencmd measure_temp; sleep 10; done& sysbench --num-threads=8 --test=cpu --cpu-max-prime=10000000000 run
DNPNWO

yoyoRPI3
Posts: 10
Joined: Wed Mar 16, 2016 1:44 pm
Location: Bourges,France

Re: Clock cpu always 600mhz

Wed Mar 30, 2016 6:08 am

Thanksss!!!I has a low power supply and there is the red light.
I changed the power supply and now my pi 3 works perfectly!

AsylumET
Posts: 1
Joined: Tue Mar 29, 2016 1:11 pm

Re: Clock cpu always 600mhz

Wed Jul 12, 2017 3:56 am

I've noticed this myself on 3 different Pi 3s now. Using a tested and confirmed 5 Amp power supply it doesn't appear to be a lack of power that seems to be causing the issue.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Clock cpu always 600mhz

Wed Jul 12, 2017 9:06 am

FYI: The default idle for the Raspberry Pi 3B is arm_freq=600 and core_freq=250 ;)
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Advanced users”