-
Notifications
You must be signed in to change notification settings - Fork 209
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
pi5 thermal throttling raises clock #518
Labels
bug
Something isn't working
Comments
Reproduced. The soft-limit scaling was based arm_freq config.txt rather than the current max freq. |
timg236
added a commit
to timg236/rpi-eeprom
that referenced
this issue
Feb 16, 2024
…) (default) * arm_loader: Move non-kernels back to 512KB See: raspberrypi/firmware#1868 * Limit throttled frequency to OS requested frequency rather than config.txt frequency. See: raspberrypi#518
timg236
added a commit
that referenced
this issue
Feb 16, 2024
…) (default) * arm_loader: Move non-kernels back to 512KB See: raspberrypi/firmware#1868 * Limit throttled frequency to OS requested frequency rather than config.txt frequency. See: #518
Closing as fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
if you switch cpufreq to manual mode:
the system will then be locked to 2ghz
if you then cause thermal throttling with for example
stress-ng --cpu 4
and a lack of heatsinkthe system will RAISE! the clock
i suspect the problem, is that the soft-throttling uses a percentage of the max clock, rather then a percentage of what cpufreq requested
further heating, will cause it to throttle more, until it hits 1.5ghz, and temps are under control
but as it backs off, it will over-shoot what cpufreq requested, and bounce around, never settling on the requested clock, until it fully leaves the soft-throttling zone
Device (s)
Raspberry Pi 5
Bootloader configuration.
System
The text was updated successfully, but these errors were encountered: