Xen ARM with Virtualization Extensions/Salvator-X

From Xen
Revision as of 14:45, 15 November 2016 by Deadwitcher (talk | contribs) (Created page with "The Salvator-X board based on Renesas R-Car H3 SoC is now supported in Xen upstream. = Build approaches = There is 2 possible ways to build Xen for this board: * Yocto buil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Salvator-X board based on Renesas R-Car H3 SoC is now supported in Xen upstream.

Build approaches

There is 2 possible ways to build Xen for this board:

  • Yocto build
  • Bulding without buildsystem

Yocto Build

Bulding without buildsystem

(TBD)

Check u-boot environment variables

Set follow configuration in u-boot command prompt.

bootargs=dom0_mem=512M console=dtuart dtuart=serial0 dom0_max_vcpus=1 bootscrub=0 flask_enforcing=1
bootcmd=tftp 0x78080000 xen-salvator-x-xen.uImage; tftp 0x738000000 Image-r8a7795-salvator-x-dom0.dtb; tftp 0x7a000000 Image; tftp 0x7c000000 xenpolicy-salvator-x-xen; bootm 0x78080000 - 0x738000000