-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
board: orangepi-5-plus: Add mainline U-Boot for edge kernel #6719
Conversation
Also improve board specs list
Thanks @ColorfulRhino - will do it asap! |
Test Report and protocol:
Basically it's a very verbose "IT WORKS!!!!" |
Awesome, thanks for testing! Enjoy :) Let's wait if @efectn maybe has a comment on this. |
Will test it next days. Maybe we can also use mainline uboot for legacy images in the future |
Also fix function naming
ca99906
to
921e996
Compare
Description
Helping @alexl83 with his OrangePi 5 Plus 😄
Support for this board with SPI image was added to U-Boot this january: u-boot/u-boot@7c084fd
Also add the latest DDR and BL31 blobs, this should fix issues like recently on the NanoPC T6.
Marked as WIP to give room for testing.
How Has This Been Tested?
./compile.sh BOARD=orangepi5-plus BRANCH=edge RELEASE=trixie EXPERT=yes KERNEL_CONFIGURE=no BUILD_MINIMAL=no BUILD_DESKTOP=no uboot
Checklist: