-
-
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
[Bug]: U-boot trying to load overlays from the wrong location (and failed) #7551
Comments
Hey @chemwolf6922 !Looks like it's your first time interacting with Armbian here on GitHub. Welcome and thank you for taking the time to report an issue ❤️. Don't forget to star ⭐ the repo. |
Jira ticket: AR-2553 |
The fdtfile u-boot env is wrong. It is set to
This will lead to a wrong fdtdir (
|
A temporary fix: Adding this line to /boot/armbianEnv.txt to override the wrong env.
|
fix in the pr stage #7535 |
A temporary solution to the problem: I'm sorry for the inconvenience. |
Thanks for the reply. I'm happy to help. Closing this one since the fix was merged. |
What happened?
I'm using a 64bit board (nanopi neo 2). The overlay dtbs are located at
/boot/dtb/allwinner/overlay/
as they should. But when booting, the following u-boot log was printed:u-boot is trying to load overlays in the 32bit system folder.
How to reproduce?
Flash a new system
Enable the spi-spidev by adding the following lines to
/boot/armbianEnv.txt
Reboot. Look at the u-boot log.
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Debian 12 Bookworm
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: