prosenjitjoy / Chromium-OS-for-Raspberry-Pi-3B-plus

Original Repo - https://github.com/FydeOS/chromium_os-raspberry_pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromium-OS-for-Raspberry-Pi-3B-plus

Original Repo - https://github.com/FydeOS/chromium_os-raspberry_pi

This repo contains all the modification needed on top of the original repo to successfully build chromiumos release 87 (32bit) for raspberry pi 3b+

To build it yourself, follow the Chromium OS Developer Guide. The following steps apply only to build for chromium os release 87.

In 'Get the source code' section

cd ~/chromiumos
repo init -u https://chromium.googlesource.com/chromiumos/manifest -b release-R87-13505.B
repo sync -j4

After creating cros_sdk, exit from there and follow the instruction below.

mkdir ~/overlay
cd ~/overlay
git clone https://github.com/csjoy/Chromium-OS-for-Raspberry-Pi-3B-plus.git .
cp -r * ~/chromiumos/src/overlays

Then follow the rest of the guide using rpi3 as the board name.

About

Original Repo - https://github.com/FydeOS/chromium_os-raspberry_pi


Languages

Language:Shell 94.9%Language:Python 4.1%Language:Roff 0.7%Language:C 0.2%Language:Makefile 0.1%