-
-
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
Radxa Zero 3(E) - Add mainline/edge support #6824
Conversation
There has been minor fixes and improvement merged for the upstream device tree of |
Alright, I adopted the most recent fixes as suggested and added unset. Works on 3E. Cannot test on 3W due to lack of hw on hand. |
7474a69
to
4d036ad
Compare
and mess up everything else since I have no idea what I am doing.
borrowed from https://patchwork.kernel.org/project/linux-arm-kernel/cover/20240521202810.1225636-1-jonas@kwiboo.se/ Apologize for messing up patch headers but the build framework refused to take it as it is and the primary goal was to make it somehow work.
by adding rpardini's recommendations
tested with 3E untested on 3W
doing a slight rework into bare |
thx. Building a last image right now to test if this actually (still) works and then would make it ready for review. |
Using bare |
Since this is not my work I cannot answer this question. Don't know about the opinion of affected people like Jonas... |
I'll push to a separate PR for appreciation. Commit still has your name & Co-Authored-by's. |
#6842 - that also has an |
built using this pr works: https://paste.armbian.com/kixewirani |
Ok. was not my intention to hijack the PR; I could've forced-pushed that commit to your branch here. |
its alright, lets not over-complicate things :) |
Description
This adds mainline support for the Radxa Zero 3 SBC by utilizing kwiboo's patch series for both Linux and U-Boot.
How Has This Been Tested?
Test device: Zero 3E 2GB
Issues:
This PR cannot be merged as it is since I have no idea what I am doing so
- the kernel patchset lacks proper headers. I had to strip those since the framework did not accept the patch series as they were. I don't know how to fix. Those need to be restored to give proper credit. Source: https://patchwork.kernel.org/project/linux-arm-kernel/cover/20240521202810.1225636-1-jonas@kwiboo.se/- this only works for the 3E variant but not for 3W since the vendor variant is a combination of both but mainline provides separate dtbs. This needs attention/workaround as well.BOOTPATCHDIR
is just fake so no patches are applied on top of upstream sources. I assume there is a more pretty way to solve this.Raising anyways to create awareness and maybe anyone wants to pick it up and fix things. Feel free to commit adjustments here and bring it in good shape.