Code: Select all
sudo apt-get update
sudo apt-get upgrade
sudo rebootJimmyN wrote:Do you have "cpufrequtils" installed?
If so what do you get withCode: Select all
cpufreq-info -s -m
This may be better. Try this: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
Code: Select all
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governorCode: Select all
topCode: 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