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

Fix boottime kernel panic on RPi CM5 #1397

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gizahNL
Copy link

@gizahNL gizahNL commented Dec 23, 2024

Fixes #1394

This adds the required devicetree and overlays to the raspberrypi5.conf file to allow booting the RPi CM5 without a kernel panic.

Thanks @gokamura for finding the fix.

U-Boot still doesn't work in my testing, waiting to get the uart headers to see if there is some output there.

Copy link
Owner

@agherzan agherzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. I had a small comment and I'd like to ask you to massage a bit the git log to adhere to https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html (check git history for examples). Thanks!

conf/machine/raspberrypi5.conf Outdated Show resolved Hide resolved
@gizahNL gizahNL force-pushed the fix-rpi-cm5 branch 2 times, most recently from c5a6df1 to 4a47cd0 Compare December 23, 2024 12:32
Gijs Peskens added 2 commits December 23, 2024 13:37
Add new dtb's required for raspberry compute module 5

Signed-off-by: Gijs Peskens <[email protected]>
Compute module 5 depends on the bcm2712d0 overlay, and will
panic during boot without it.

Signed-off-by: Gijs Peskens <[email protected]>
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

Successfully merging this pull request may close these issues.

Pi Compute Module 5, kernel panic.
2 participants