-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
add rk3576 support to rk35xx and armsom sige5 #6554
Conversation
We have to build uboot of rk3576 with BL32 blob, so I add env |
ehm, do we really want again another rockchip family? edit: after having a quick look into, and after having a refresh of what was my initial idea I expressed in the forum thread, I guess this is coherent with having a single and unique per-soc family addressing the vendor kernel. |
Agree. Its worth doing some extra work to keep it sane. |
We will merge work of rk3576 to |
btw AF I think that BRANCH might be removed? If I understand, you've operated the magics needed to have panthor as an option directly in the |
That branch lacks maintenance, but it provides an out-of-box panthor image. It's better to update documents on how to toogle panthor driver with vendor kernel if we delete that. |
Indeed, I won't have the cycles to keep it updated.
Ooops, I already sent the removal (and it was merged very fast)... From what I could gather in armbian/linux-rockchip#171 we could come up with an
Anything else? Thanks for the help and sorry for the hijack of this PR |
That would be enough. |
4974e94
to
71c52db
Compare
|
9895a7c
to
bfd7855
Compare
bb992f8
to
0fcb87e
Compare
Note that this pr also depends on #6853. |
79b4a85
to
c343c21
Compare
Kernel devicetree is at this pr: armbian/linux-rockchip#212 |
Description
There is no official SDK released for rk3576 so we have to use kernel and uboot from rockchip's internal (beta I guess) repo.
I wish this rk3576 family can get deleted when rockchip release new SDK for all rk35xx socs in the future.
I created kernel config based on rk35xx-vendor and enabled rk3576 soc support on top of it.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
./compile.sh BOARD=armsom-sige5 BRANCH=rk3576 BUILD_DESKTOP=no BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=bookworm KERNEL_GIT=shallow
Checklist:
Please delete options that are not relevant.