Difference between revisions of "ERIKA3 on the Jailhouse hypervisor"
From ERIKA WIKI
(Created page with "[https://github.com/siemens/jailhouse Jailhouse] is a type-1 hypervisor developed by Siemens and released as Open-Source software. To build ERIKA Enterprise for Jailhouse, yo...") |
|||
Line 2: | Line 2: | ||
To build ERIKA Enterprise for Jailhouse, you just need to set the <code>JAILHOUSE_DIR</code> environment variable equal to the directory containing the Jailhouse built objects. | To build ERIKA Enterprise for Jailhouse, you just need to set the <code>JAILHOUSE_DIR</code> environment variable equal to the directory containing the Jailhouse built objects. | ||
+ | |||
Additionally, in case of cross-compilation, you need to put the cross-compiler in the <code>PATH</code> and set the <code>JAILHOUSE_AARCH64_GCCPREFIX</code> environment variable equal to the cross-compiler prefix. | Additionally, in case of cross-compilation, you need to put the cross-compiler in the <code>PATH</code> and set the <code>JAILHOUSE_AARCH64_GCCPREFIX</code> environment variable equal to the cross-compiler prefix. | ||
+ | |||
+ | The build process will create a <code>.bin</code> file that can be loaded through the <code>jailhouse cell load</code> command. |
Revision as of 14:47, 8 February 2018
Jailhouse is a type-1 hypervisor developed by Siemens and released as Open-Source software.
To build ERIKA Enterprise for Jailhouse, you just need to set the JAILHOUSE_DIR
environment variable equal to the directory containing the Jailhouse built objects.
Additionally, in case of cross-compilation, you need to put the cross-compiler in the PATH
and set the JAILHOUSE_AARCH64_GCCPREFIX
environment variable equal to the cross-compiler prefix.
The build process will create a .bin
file that can be loaded through the jailhouse cell load
command.