-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HEADS-UP: low CPU frequency issue #48
Comments
Keep open until we release new images |
New images have been released. |
yuravk
added a commit
to yuravk/raspberry-pi
that referenced
this issue
Jul 8, 2024
yuravk
added a commit
to yuravk/raspberry-pi
that referenced
this issue
Jul 26, 2024
…unner, Vagrant VM with Fedora, and arpm64 docker image AlmaLinux#48
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Raspberry Pi image <=
20240604
has an issue that CPU frequency is locked at the lowest frequency within available frequency steps, @600MHz/Pi 4, @1500MHz/Pi 5. This issue will be fixed in the next RPi image release.Here I leave a workaround until next release, edit
/boot/cmdline.txt
as follows to maximize CPU frequency:If you're using Pi 4 or Pi 400, you can boost CPU frequency +300MHz by adding the following to
/boot/config.txt
. See Raspberry Pi Documentation for detail.New RPi image that will be released soon will not require these workaround.
The text was updated successfully, but these errors were encountered: