booting process for imx8qm along with Xen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i want to work on imx8qm mek board. I am building android, Along with that I want to implement Xen on this. I would like to know how the booting process takes place when xen is being implemented along with it (i.e is the boot process architecture). Is it possible to boot android on domain 0 instead of linux.
Thanking you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Technically yes to boot android in Dom0, but needs some adaption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the Android P9.0.0 (non automotive) able to compile with Xen support? Any manual/instructions to do so? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
no android is not able to boot with the xen. It is only able to boot with the linux as domain 0. when linux is booted up I am not able to bootup the domain u as the xen command "xl" is throwing me the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I know the boot flow sequence of xen along with imx8qm mek .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can refer chapter 5.6.11 "Building Xen" of i.MX Yocto Project User's Guide:
https://cache.nxp.com/secured/assets/documents/en/supporting-information/imx-yocto-L4.14.98_2.0.0_ga...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am able to boot xen with linux as dom0. But wen i try to boot the domu using xl command it gives me an error like the "xl command is not found".
how do i resolve this problem.