-
- Posts: 13
- Joined: Sat Dec 16, 2017 4:22 am
- Contact: YouTube
Re: Overclocking Raspberry Pi 3
So, after reading this I still didn't find an answer to the original question. My Pi 3 also says that it cannot be overclocked. How is it that some of you are overclocking, and some of us have Pi's that say it can't?
-
- Posts: 24
- Joined: Wed Dec 20, 2017 6:49 pm
Re: Overclocking Raspberry Pi 3
raspi-config on rpi3 ALLWAYS say that, you need to overclock by manually editing the config.sys either on the pi itself withM1dn1ghtN1nj4 wrote: ↑Sat Dec 16, 2017 4:24 amSo, after reading this I still didn't find an answer to the original question. My Pi 3 also says that it cannot be overclocked. How is it that some of you are overclocking, and some of us have Pi's that say it can't?
Code: Select all
sudo nano /boot/config.txt
About the values to enter on the file you need to do your own googlefoo and most importantly, change/set ONE value at a time and test if its stable...
Re: Overclocking Raspberry Pi 3
cpufreq-info -s -m; #This commend gives me: Command not found
Is there another similar command I can use?
Is there another similar command I can use?
Re: Overclocking Raspberry Pi 3
Got is, I had to use "cat"
cat /proc/cpuinfo
works
but even
cat cpufreq-info -s -m;
still does not work
cat /proc/cpuinfo
works
but even
cat cpufreq-info -s -m;
still does not work