Skip to content
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

Closed
metalefty opened this issue Jun 21, 2024 · 2 comments
Closed

HEADS-UP: low CPU frequency issue #48

metalefty opened this issue Jun 21, 2024 · 2 comments

Comments

@metalefty
Copy link
Member

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:

-console=ttyAMA0,115200 console=tty1 root=PARTUUID=33d90048-02 rootfstype=ext4 rootwait
+console=ttyAMA0,115200 console=tty1 root=PARTUUID=33d90048-02 rootfstype=ext4 rootwait cpufreq.default_governor=performance

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.

[pi4]
arm_boost=1

New RPi image that will be released soon will not require these workaround.

@metalefty metalefty pinned this issue Jun 21, 2024
@metalefty metalefty reopened this Jun 24, 2024
@metalefty
Copy link
Member Author

Keep open until we release new images

@metalefty
Copy link
Member Author

New images have been released.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant