tl;dr: I finally received a Pi 3 a couple days ago, and wanted to test overclocking the microSD reader on it for my nicer UHS-1/UHS-3 cards (like the Samsung Evo+ and Pro+, and the SanDisk Extreme), and I've published instructions and benchmarks on my blog here: http://www.jeffgeerling.com/blog/2016/h ... berry-pi-3.
WARNING: If you care about your microSD card's contents, or don't know what you're doing, it's safest to not overclock.
With that out of the way, you need to do two things to set up the overclock (assuming you have the latest Raspbian version installed):
- Add a dtoverlay in config.txt:
Code: Select all
sudo bash -c 'printf "dtoverlay=sdhost,overclock_50=100\n" >> /boot/config.txt'
- Reboot the Pi.
There's a simple benchmark that tests large file operations that I've seen elsewhere; you can run it quickly with:
Code: Select all
curl http://www.nmacleod.com/public/sdbench.sh | sudo bash
Code: Select all
curl https://raw.githubusercontent.com/geerlingguy/raspberry-pi-dramble/master/setup/benchmarks/microsd-benchmarks.sh | sudo bash
