-
-
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
[Bug]: incorrect package build for sunxi #7456
Comments
Jira ticket: AR-2529 |
test (1): build for sunxi64 current v6.6.60 - successfully; all files and folders are present! |
test (2): build for sunxi current v6.6.60 - successfully; all files and folders are present! |
test (3): build for sunxi edge v6.11.6 - broken |
Strange. @stephengraf reported: "Testing oranpione debian current for Nov release. |
For CURRENT dtb pkg all files and folders are present! For EDGE |
Nightly builds should also be o.k., verifying asap. |
Check:
|
Its broken. uname -a Overlays are in: I made an image for my test H3 device: |
I've already figured that out. |
Good. I fixed it for EDGE. |
I have assembled the image, mounted it, I see:
The loader script contains:
As far as I understand this code, the loader will look for DTB in the path: Which is what is now implemented for the CURRENT kernel. Conclusions: What should I change? Please formulate the rules for the logic of the loading order. |
@igorpecovnik In the old script, this line contained |
Lets do this after the release. I don't want to change bootscritps mechanisms this late. I reverted armbian-config to old ways - which should work the same (wrong with exceptions) as before. It looks like we need to establish consistency across all kernels, otherwise this makes no sense. |
But I have to fix the EDGE core before the release. |
Let it work the same way as current so this |
Info:
Contain
other:
|
What happened?
The overlays folder is missing:
/boot/dtb-*-sunxi/overlays/
files (
*.dtb
and*.dtbo
) are in the same folder.Other files are missing.
The error has been detected and published: 243
breake-dtb-overlay
How to reproduce?
Build kernel for any sunxi board.
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: