Skip to content

Instantly share code, notes, and snippets.

@plembo
Created December 24, 2021 01:27
Show Gist options
  • Save plembo/3d82adee55de1245084c26bc9dcf4a21 to your computer and use it in GitHub Desktop.
Save plembo/3d82adee55de1245084c26bc9dcf4a21 to your computer and use it in GitHub Desktop.
rasberry pi zero w cpu speed only 700 MHzx

Force turbo speed on a Raspberry Pi Zero W

Some of us still stuck with a first generation Raspberry Pi Zero W really wish it defaulted to its 1 GHz turbo speed, but it doesn't. Under normal circumstances, a Pi Zero W will default to 700 MHz. The fix is simple: add the following line to /boot/config.txt and reboot:

force_turbo=1

That's it.

At least until the Raspberry Pi Zero W v2 is actually shipping...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment