We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file config/sources/families/rockchip-rk3588.conf
config/sources/families/rockchip-rk3588.conf
OVERLAY_PREFIX='rockchip-rk3588'
It must use default definition only, without overriding
OVERLAY_PREFIX="${OVERLAY_PREFIX:-"rockchip-rk3588"}" # default to 'rockchip-rk3588' if not set by board
define custom OVERLAY_PREFIX in config/boards that depends on rockchip-rk3588.
OVERLAY_PREFIX
rockchip-rk3588
For example, config/boards/rock-5b.conf
config/boards/rock-5b.conf
BOARDFAMILY="rockchip-rk3588" OVERLAY_PREFIX="rock-5b"
In generated image, in file /boot/armbianEnv.txt
/boot/armbianEnv.txt
overlay_prefix=rockchip-rk3588
But it must be
overlay_prefix=rock-5b
main (main development branch)
Ubuntu 24.04 Noble
No response
The text was updated successfully, but these errors were encountered:
Jira ticket: AR-2534
Sorry, something went wrong.
No branches or pull requests
What happened?
In file
config/sources/families/rockchip-rk3588.conf
It must use default definition only, without overriding
How to reproduce?
define custom
OVERLAY_PREFIX
in config/boards that depends onrockchip-rk3588
.For example,
config/boards/rock-5b.conf
In generated image, in file
/boot/armbianEnv.txt
But it must be
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: