Xen ARM with Virtualization Extensions/Arndale: Difference between revisions

From Xen
Jump to navigationJump to search
m (Change section title level)
No edit summary
Line 4: Line 4:
The bootloader provided with the Arndale does not let Xen boot in hypervisor mode, so we will use the u-boot provided by Linaro.
The bootloader provided with the Arndale does not let Xen boot in hypervisor mode, so we will use the u-boot provided by Linaro.


Follow the step on the Linaro wiki [https://wiki.linaro.org/Boards/Arndale/Setup/PXEBoot], to build and install u-boot.
Follow the step on the [https://wiki.linaro.org/Boards/Arndale/Setup/PXEBoot Linaro wiki], to build and install u-boot.


== Ressources ==
== Resources ==
* Information about the Arndale board development: [http://www.arndaleboard.org/wiki/index.php/WiKi www.arndaleboard.org/wiki/index.php/WiKi].
* Information about the Arndale board development: [http://www.arndaleboard.org/wiki/index.php/WiKi www.arndaleboard.org/wiki/index.php/WiKi].
* Linaro page about the Arndale board: [https://wiki.linaro.org/Boards/Arndale/Setup/PXEBoot wiki.linaro.org/Boards/Arndale/Setup/PXEBoot]
* Linaro page about the Arndale board: [https://wiki.linaro.org/Boards/Arndale/Setup/PXEBoot wiki.linaro.org/Boards/Arndale/Setup/PXEBoot]

Revision as of 15:29, 28 January 2013

The work for Xen on the Arndale Development board is on his way. So don't expect to have a usable dom0 yet.

Starting Xen

The bootloader provided with the Arndale does not let Xen boot in hypervisor mode, so we will use the u-boot provided by Linaro.

Follow the step on the Linaro wiki, to build and install u-boot.

Resources