Xen ARM with Virtualization Extensions/Chromebook: Difference between revisions
No edit summary |
m (→Compilation: invert linux and xen section) |
||
Line 10: | Line 10: | ||
== Compilation == |
== Compilation == |
||
⚫ | |||
⚫ | |||
⚫ | |||
=== Xen === |
=== Xen === |
||
http://xenbits.xen.org/gitweb/?p=people/aperard/xen-arm.git |
http://xenbits.xen.org/gitweb/?p=people/aperard/xen-arm.git |
||
Line 17: | Line 24: | ||
And follow the guide to [[Xen_ARMv7_with_Virtualization_Extensions#Building_Xen_on_ARM|build Xen on ARM]]. |
And follow the guide to [[Xen_ARMv7_with_Virtualization_Extensions#Building_Xen_on_ARM|build Xen on ARM]]. |
||
⚫ | |||
⚫ | |||
⚫ | |||
== Ressource == |
== Ressource == |
Revision as of 14:46, 8 April 2013
Getting Xen on the Chromebook is not an easy task, there is no serial port easily accessible. This page will try to get you to run Xen on the Samsung ARM Chromebook.
Running a simple Linux distribution
We should start with running a simple Linux on a SD card (not ChromeOS). There is plenty of doc on internet, show your <your-favorite-search-engine>-skill.
There is some information about the ChromeOS developer mode and the boot sequence on their wiki page Samsung ARM Chromebook.
Compilation
Linux
http://xenbits.xen.org/gitweb/?p=people/aperard/linux-chromebook.git
Tree based on the kernel tree from the ChromiumOS project.
Xen
http://xenbits.xen.org/gitweb/?p=people/aperard/xen-arm.git
Branch: chromebook-2013-03-22
And follow the guide to build Xen on ARM.
Ressource
The ChromiumOS project.
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using-an-upstream-kernel-on-snow
http://chromeos-cr48.blogspot.co.uk/, but not sure which posts are relevant.