You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding user build' to group sudo' ...
Adding user build to group sudo
Done.
Repository prefix for images is 2fff64e
Checking all required tools are installed
Building boot loader
Building restool
make: 'install' is up to date.
Building RCW
rm -f
rm -f -r RCW/template.bin
rm -f -rf lx2160acex7
python3 ../rcw.py -i RCW/template.rcw -o RCW/template.bin Build u-boot
arch/../configs/lx2160acex7_tfa_defconfig:96:warning: override: reassigning to symbol RTC_PCF2127
Which seems to be building u-boot still, any ideas?
The text was updated successfully, but these errors were encountered:
Well maybe use correct repository. Not lx2160a_build but lx2160a_uefi. You may try my fork that I forked from someone else that forked from SolidRun and on my fork it builds fine. Couldn't get it to work with official repo. I know this issue is old but not filed in correct repository so should be closed. To avoid confusion
Hi, I've tried,
sudo docker run -e BOOT_LOADER=uefi -i -t -v "$PWD":/work lx2160a_build$(id -u) $ (id -g)
and get:
Adding user
build' to group
sudo' ...Adding user build to group sudo
Done.
Repository prefix for images is 2fff64e
Checking all required tools are installed
Building boot loader
Building restool
make: 'install' is up to date.
Building RCW
rm -f
rm -f -r RCW/template.bin
rm -f -rf lx2160acex7
python3 ../rcw.py -i RCW/template.rcw -o RCW/template.bin
Build u-boot
arch/../configs/lx2160acex7_tfa_defconfig:96:warning: override: reassigning to symbol RTC_PCF2127
Which seems to be building u-boot still, any ideas?
The text was updated successfully, but these errors were encountered: