-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
RPi hangs and crashes with lowered idle/min clock on Linux 5.4.51+ #3690
Comments
Many thanks for your report. Did you set a lower |
|
Can you paste: |
|
Okay please try to comment
|
Not much risk I have a backup, glad to help you |
Just got it confirmed, as well on RPi 3+ (not on RPi4): raspberrypi/firmware#1431 (comment) Hmm, shall we do an emergency hack via MOTD to remove this setting form all non-4 RPis proactively? It took me half a day yesterday to recover everything since the ongoing crashes finally corrupted my SD card (several perl modules files) which broke even dpkg and of course debugging back and forth to finally identify the culprit and assuring that it is not some other corrupted files. In worst case raising some users idle clocks/temps is much less of a problem compared to going through the risk of data loss (not everyone has a backup or SD card clone). |
Agree, or block kernel update until issues are resolved ? |
Blocking kernel upgrade may already be too late, removing the setting at least fixes it on next reboot/crash automatically 😄. Also the kernel upgrade prevention has an effect on all systems while the settings removal only those which use a variable frequency governor and actually lowered the idle frequencies. So I'll stay with removing the setting and as well add a link to here to the MOTD to inform why it has been done. |
MOTD hack in place:
Applied for next DietPi release as well: 9e6152d |
+ DietPi-Config | RPi: Hide idle frequency setting on all models but RPi4 until related system hang/crash issues have been solved: #3690 + DietPi-Patch | RPi: Comment arm_freq_min on all models but RPi4 until related system hang/crash issues have been solved
@MichaIng, thanks for your help! |
@MichaIng, will you let us know when it's safe to lower arm idle clock frequency again? |
Jep I will. Also subscribe to raspberrypi/firmware#1431 to get new info about the topic ASAP. |
Fix is available via |
The issue has not been 100% solved or has been reintroduced with a later commit. Still investigating... |
My personal testing issues are solved when not lowering |
You can set it in
Reboot required to have it take effect.
|
Creating a bug report/issue
Required Information
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=31
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
buster
5.4.51+ DietPi-Software | PHP: Fix php-xsl installation #1326
RPi Zero W (armv6l)
Samsung 5V 2A
SanDisk 400GB micro SD ULTRA memeory card UHS-I A1
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Every working normal
Actual behaviour
RPi Zero W suddenly hangs after a while
Extra details
I have now reverted to firmware 4.19.118+ #1311, is there a way to block kernel update while have other updates pass using G_AGUP, G_AGUG ?
The text was updated successfully, but these errors were encountered: