Dear All,
What is the difference between these two dts files ?
# imx8qm auto android
TARGET_BOARD_DTS_CONFIG := imx8qm:fsl-imx8qm-mek-car.dtb
# imx8qm auto android virtualization
TARGET_BOARD_DTS_CONFIG += imx8qm-xen:fsl-imx8qm-mek-domu-car.dtb
I have following questions,
What is auto android virtualization ?
What is the importance of imx8qm-xen ? Is it necessary ?
Thanks & Regards,
Vinoth S,
This imx8qm support xen hypervisor, if use xen to start a Linux domain0, and then we can use domain0 to start an Android domain U, this fsl-imx8qm-mek-domu-car.dtb is used for this.
Thank you Chen King for your reply.
Regards,
Vinoth S,