You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built latest linux-rpi-6.6.y with kernel config bcmrpi3_defconfig and I am launching this kernel on my Raspberry Pi 3B+. I am using buildroot as my rootfs with default configuration for arm64. When I trigger a crash via sysrq, I notice that it gets stuck and crashkernel is not loaded.
Nothing happens after this. No logs. Its remains stuck here. Why is this happening? Its 100% reproducible on every iteration so seems like a basic issue.
Steps to reproduce the behaviour
Just trigger a kernel crash with echo c > /proc/sysrq-trigger. The crashkernel is never launched as it gets stuck before hand with a warning message.
Device (s)
Raspberry Pi 3 Mod. B+
System
linux-rpi-6.6.y + buildroot
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have built latest linux-rpi-6.6.y with kernel config
bcmrpi3_defconfig
and I am launching this kernel on my Raspberry Pi 3B+. I am using buildroot as my rootfs with default configuration for arm64. When I trigger a crash via sysrq, I notice that it gets stuck and crashkernel is not loaded.Nothing happens after this. No logs. Its remains stuck here. Why is this happening? Its 100% reproducible on every iteration so seems like a basic issue.
Steps to reproduce the behaviour
Just trigger a kernel crash with
echo c > /proc/sysrq-trigger
. The crashkernel is never launched as it gets stuck before hand with a warning message.Device (s)
Raspberry Pi 3 Mod. B+
System
linux-rpi-6.6.y + buildroot
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: