Xen ARM with Virtualization Extensions/OMAP5432 uEVM: Difference between revisions

From Xen
Jump to navigationJump to search
(Created page with "The OMAP5432 uEVM board is now supported in Xen upstream. = 1. Prepare U-boot = = 2. Build Xen and Linux Dom0 = == 2.1 Build Xen hypervisor == == 2.2 Build Linux Dom0 kernel …")
 
No edit summary
Line 2: Line 2:


= 1. Prepare U-boot =
= 1. Prepare U-boot =

Xen hypervisor requires to be booted in HYP mode by the bootloader. Make sure that the U-boot you use would keep staying in HYP mode when switching the control to Xen.


= 2. Build Xen and Linux Dom0 =
= 2. Build Xen and Linux Dom0 =

Revision as of 14:34, 29 April 2014

The OMAP5432 uEVM board is now supported in Xen upstream.

1. Prepare U-boot

Xen hypervisor requires to be booted in HYP mode by the bootloader. Make sure that the U-boot you use would keep staying in HYP mode when switching the control to Xen.

2. Build Xen and Linux Dom0

2.1 Build Xen hypervisor

2.2 Build Linux Dom0 kernel

2.3 Build FDT

2.4 All together

3. Boot Xen and Dom0