bananapim5pro: fix u-boot bad magic boot panic on edge branch#9917
bananapim5pro: fix u-boot bad magic boot panic on edge branch#9917LukaHummel wants to merge 2 commits into
Conversation
Added configuration for edge branch to fix U-Boot DTB compilation issue.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hey @LukaHummel! 👋Thanks for submitting your first pull request to the Armbian project — we're excited to have you contributing! 🧡 If you'd like to stay informed about project updates or collaborate more closely with the team, Also, don’t forget to ⭐ star the repo if you haven’t already — and welcome aboard! 🚀 |
Description
bananapim5pro: fix u-boot bad magic boot panic on edge branch
The current edge target tries to map to a non-existent mainline U-Boot configuration for the Banana Pi M5 Pro, resulting in an empty 0-byte DTB file compilation and an immediate FDT_ERR_BADMAGIC panic at boot. This PR adds an _edge suffix override to gracefully fall back to the validated ArmSoM Sige5 U-Boot configurations exclusively for edge builds.
How Has This Been Tested?
Checklist:
Please delete options that are not relevant.