Hello,
I am facing error to port andriod 9 on iMX 8M Quad EVK eMMC board.
I took the 'prebuilt images with NXP extended features for the i.MX8QMax and 8QXPlus MEK' from NXP dowload link.
When I run the script 'uuu-android-mx8qxp-mek-emmc.lst', it hangs . I had to use ctrl+C.
Please find below the message:
dghosh@dghosh-ubuntu:~/vol2/imx$ sudo ./uuu /home/dghosh/vol2/imx/android_p9.0.0_1.0.0-beta_image_8qmek/uuu-android-mx8qxp-mek-emmc.lst
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.2.26-0-g268294a
Enjoy auto [tab] command complete by put below script into /etc/bash_completion.d/uuu
_uuu_autocomplete()
{
COMPREPLY=($(/home/dghosh/vol2/imx/uuu $1 $2 $3))
}
complete -o nospace -F _uuu_autocomplete uuu
Success 0 Failure 0
1/ 0 [ ]
dghosh@dghosh-ubuntu:~/vol2/imx$
Please suggest.
Kind regards,
Debabrata