Xen ARM with Virtualization Extensions/Chromebook: Difference between revisions
(→Linux) |
No edit summary |
||
Line 5: | Line 5: | ||
== Running a simple Linux distribution == |
== 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 |
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 [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-arm-chromebook Samsung ARM Chromebook]. |
|||
== Compilation == |
== Compilation == |
||
Line 13: | Line 15: | ||
Branch: chromebook-2013-03-22 |
Branch: chromebook-2013-03-22 |
||
And follow the guide to [[Xen_ARMv7_with_Virtualization_Extensions#Building_Xen_on_ARM|build Xen on ARM]]. |
|||
=== Linux === |
=== Linux === |
||
Line 21: | Line 25: | ||
== Ressource == |
== Ressource == |
||
The [http://www.chromium.org/chromium-os ChromiumOS] project. |
|||
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using-an-upstream-kernel-on-snow |
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using-an-upstream-kernel-on-snow |
||
Revision as of 14:45, 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
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.
Linux
http://xenbits.xen.org/gitweb/?p=people/aperard/linux-chromebook.git
Tree based on the kernel tree from the ChromiumOS project.
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.