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 ?
Hello,
You might check the boot switches, and try to erase and burn again you sd, if this does not work try to use the default demo image to see if this work.
Regards
Hello @Bio_TICFSL
Thanks for your reply.
I checked demo images and they are working. I am using emmc not sd. I set boot switches as 0001 for flashing images and 0010 for booting android from emmc. I cannot understand what is wrong ?
regards.