Skip to content

Commit 4bc3338

Browse files
authored
Update README.md
1 parent 785d146 commit 4bc3338

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# TL;DR:
22
If you aren't bothered with all the technicalities and just want the pre-built images, it's [here](https://github.com/FydeOS/chromium_os_for_raspberry_pi/releases), under the **release** tab, no hard feelings :p
33

4+
<br>
5+
6+
# Changelog
7+
8+
### 2018-11-19
9+
##### Update to Chromium OS r70
10+
* The overlays are now updated to build Chromium OS r70
11+
* Fix poor graphic performance with full hardware accelecration enabled.
12+
* Add firmware support for Raspberry Pi 3B+. Note that although kernel patches for brcm are in place, there are still issues with wifi with this release.
13+
* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-rpi3/make.conf`) to produce a more efficient image.
14+
415
<br><br>
5-
# Table of contents
16+
# Table of contents (for cool kids)
617
<!-- TOC -->
718

819
- [Table of contents](#table-of-contents)
@@ -44,28 +55,18 @@ If you aren't bothered with all the technicalities and just want the pre-built i
4455
- [About us](#about-us)
4556

4657
<!-- /TOC -->
47-
# Changelog
48-
49-
### 2018-11-19
50-
##### Update to Chromium OS r70
51-
* The overlays are now updated to build Chromium OS r70
52-
* Fix poor graphic performance with full hardware accelecration enabled.
53-
* Add firmware support for Raspberry Pi 3B+. Note that although kernel patches for brcm are in place, there are still issues with wifi with this release.
54-
* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-rpi3/make.conf`) to produce a more efficient image.
55-
56-
5758
# Introduction
5859
This document describes how to build and run Google Chromium OS on Raspberry Pi 3B & 3B+, from its source code and the board overlay hosted in this repository.
5960

60-
This overlay and the document has been tested against Raspberry Pi 3B & 3B+ by the FydeOS team. It doesn't work on any earlier version of the Raspberry Pi line-up.
61+
This overlay and the document has been tested against Raspberry Pi 3B & 3B+ by the FydeOS team. It **doesn't work** on any earlier version of the Raspberry Pi line-up.
6162

6263
## About this repository
6364
The code and document in this repository is the result of works by the people of the Flint team. We previously worked on this overlay internally and released a few disk images for Raspberry Pi to the public. Now we open this to the public.
6465

6566
### Branches in this repository
6667
There was a big change regarding the graphics stack in Chrome OS. Before release 57, Xorg/X11 was used. Beginning from release 57, Chrome OS moved to the Freon graphics stack, which is a modern display system developed solely for Chrome OS by Google.
6768

68-
* master - this branch can be used to build a Chromium OS image with Freon as the graphics stack. It has been tested against release 68. You are welcome to test it with future releases and send feedback and/or PRs.
69+
* master - this branch can be used to build a Chromium OS image with Freon as the graphics stack. It has been tested against our current release version. You are welcome to test it with future releases and send feedback and/or PRs.
6970

7071
### Goal of this repository
7172
* To provide a open source code base that everybody can use to build and improve Chromium OS for Raspberry Pi.

0 commit comments

Comments
 (0)