Build System | Radxa Docs #1553
Replies: 6 comments 11 replies
-
|
In newer Linux distros (eg., Debian 13), there is no "liblz4-tool" package anymore, so you get an error trying to install it. |
Beta Was this translation helpful? Give feedback.
-
|
Should also point out that there is no Debian "repo" command; developers should be told how to install from Google. |
Beta Was this translation helpful? Give feedback.
-
|
When I test my setup from the above with "bitbake -e core-image-minimal" (again, on a fully-updated Debian 13 system), I get (building for MACHINE rock5c):
There appear to be two possible workarounds. First, I can just comment out the local.conf line:
because I want to build a minimal image; I don't want all that extra stuff. (All that extra stuff really should not be the default). The other option is to add:
Personally, I'm commenting out the inclusion of demo.conf since I don't want all that extra content in my image. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for reporting these outdated references in the documentation.
Both issues will be addressed in the documentation update. Thanks for helping us keep the docs accurate and useful for everyone working with Yocto and the ROCK 5C. |
Beta Was this translation helpful? Give feedback.
-
|
There is no audio out over HDMI on Dragon Q6A (Armbian). Initially after installing alsa-ucm-conf and running the pink noise test, the audio just seemed to start working (albeit poor quality tinny sound). Unfortunately after a restart I was no longer able to get any sound output over hdmi. Any advice? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for reporting this issue! You are correct that in newer Debian releases (including Debian 13 "trixie"), the Based on Debian package information, the correct package for lz4 compression tools in newer Debian releases is We will update our documentation to reflect this change. For now, users on Debian 13 or newer systems should install # For Debian 13 (trixie) and newer:
sudo apt-get install -y lz4
# For development with lz4 libraries:
sudo apt-get install -y liblz4-devThank you for helping us improve the documentation! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Build System | Radxa Docs
https://docs.radxa.com/en/rock5/rock5c/other-os/yocto/build-system
Beta Was this translation helpful? Give feedback.
All reactions