Hello,
I compiled android 12.1.0_1.0.0 from scratch on ubuntu 18. I used these commands :
source build/envsetup.sh
lunch evk_8mp-userdebug
./imx-make.sh -j4 2>&1 | tee build-log.txt
compilation is successful. I used this command for flashing :
sudo ./uuu_imx_android_flash.sh -f imx8mp -D /home/user/Desktop/evk_8mp
flashing is successful also. but android does not boot. I think it crashes everytime and start again. I added boot log. Could you please help on this ?