logan
(bugility)
1
Build Env: Ubuntu 22.04 LTS VMware.
issue #1 archero was not found
Solution: removing arhero in layout.conf
Same solution for ai-dev was not found
When building for Orange Pi 5, u need remove archero:base
in https://github.com/openFyde/overlay-orangepi5-openfyde/blob/r114-dev/profiles/base/parent
issue #2 120 fix AttributeError: module ‘xdg.BaseDirectory’ has no attribute ‘xdg_state_home’. Did you mean: ‘xdg_data_home’?
Solution: update xdg
execute
(outside)
pip install --upgrade xdg
issue #3 ERROR: DLC=termina-dlc is not allowed to be factory installed.
Solution: add termina to allowlist in chromite/lib/dlc_allowlist.py
issue #4 dd: failed to open ‘/build/orangepi5-openfyde//usr/share/orangepi5/idbloader.img’: No such file or directory
Solution: put these files in /build/orangepi5-openfyde/usr/share/orangepi5/
https://github.com/RebornOS-Team/lxqt-opi5-image/blob/main/idbloader.img
https://github.com/RebornOS-Team/lxqt-opi5-image/blob/main/u-boot.itb
1 Like