I had IMX8Mini EVK, which has MIPI panel., and I am using Android9
By default, the Android build image is HDMI, that's why every time I flash the EVK, I had to use -d mipi:
./uuu_imx_android_flash.sh -f imx8mm -a -e -d mipi
to let my MIPI screen up.
Unfortunately, when I create the OTA package(make otapackage), it seems it still use HDMI by default, so when I OTA the EVK, the screen didn't UP.
Could someone help me to let me know HOWTO create a MIPI-default OTA package instead of HDIM?
Thanks a lot.