Could I get Chrome OS working on my Raspberry Pi without having to compile anything?
I've heard somebody has compiled it for the Raspberry Pi, so I was wondering if anyone has had any experience in doing this.
|
Could I get Chrome OS working on my Raspberry Pi without having to compile anything? I've heard somebody has compiled it for the Raspberry Pi, so I was wondering if anyone has had any experience in doing this. |
|||||||
|
Yes, but you have to compile it.Hexxeh has been working on a build for the Raspberry Pi, as outlined in this blog post. The main issue with it is that it is really, really, slow. This is because there is no graphical acceleration. PrerequisitesIt is recommended that you have the following things before attempting to build Chromium OS.
Get the CodeNow you need to get the actual Chromium OS code. You can find out how to do this at the Chromium OS Developer Guide. Add the OverlayNext you need to add the Raspberry Pi overlay to the source code. Find the directory named Toolchain SetupFirst you must be inside the Chromium OS chroot. Refer to sectoin 4.2 of the developer guide if you are not sure how to do this. Second you need to be root to build the toolchain. This can be achieved via
Now we can quit root via Board SetupYou only need to run this command once.
You'll also want to leave a backdoor for a development image to let yourself into the shell. You can do that via the following command.
At the prompt enter the password and press enter. Tada. Building an ImageFirst we need to make sure that we have all the required packages. We can get build these via.
Finally! You can build a USB image via.
References |
|||||||
|
|
Have a look at http://hexxeh.net/. He has been working on a build. There are some BETA files you can download and compile but no full image has been released to date. |
||||
|
|