How to Overclock your Raspberry Pi
jeremymorgan.com
How to Overclock your Raspberry Pi
1–5 of 5 posts
Re: How to Overclock your Raspberry Pi
#2Some of his articles about the RPI have been pretty basic, but this one is actually pretty good, because it shows several methods. Just editing the config and rebooting didn't work for me the first time.
Re: How to Overclock your Raspberry Pi
#3Some of his articles about the RPI have been pretty basic, but this one is actually pretty good, because it shows several methods. Just editing the config and rebooting didn't work for me the first time.
I don't necessarily think it's a bad thing. After all rPI is supposed to be educational, right?
Re: How to Overclock your Raspberry Pi
#4Backing up config.txt does not make sense. "sync" alone might be sufficient.
Re: How to Overclock your Raspberry Pi
#5I really don't like these articles where the author provides a list of commands without actually understanding what some of them do. "sudo sync; sync" for instance. This is on par with copy-paste programming.