@Zhiming_Liu thanks
My requirement is to run Android and freertos on top of hypervisor.
We are planning to implement a Hypervisor-based architecture on i.MX8QuadMax (MCIMX8QM-CPU).
Our target architecture:
- Hypervisor as the base layer
- Android running as one guest
- FreeRTOS running as another guest
We need official guidance from NXP on this setup.
Questions:
1. Which hypervisor is officially supported or recommended by NXP for i.MX8QM?
- Is Jailhouse supported?
- Is Xen supported?
2. Does NXP provide official documentation for enabling and configuring the hypervisor on this platform?
- Step-by-step enablement guide?
- Kernel patches?
- Reference configuration?
3. Which CPU cores should be used for:
- Running the Hypervisor?
- Running Android as a guest?
- Running FreeRTOS as a guest?
4. Are there any limitations or known issues when combining:
- Hypervisor
- Android
- FreeRTOS
5. Does NXP provide an official FreeRTOS SDK ?
- If yes, where can we download it?
-Is the FreeRTOS port for i.MX8QM officially supported and maintained by NXP?