|
1 | 1 | [<img src="https://img.shields.io/badge/Join%20Telegram%20Group-FydeOS-yellowgreen.svg?style=popout-square&logo=telegram&colorA=870611&colorB=333333">](https://t.me/hi_fydeos) |
2 | 2 |
|
3 | | -<br> |
4 | 3 |
|
5 | | - |
6 | | -# TL;DR: |
7 | | -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-raspberry_pi/releases), under the **release** tab, no hard feelings :p |
| 4 | +[Changelog](https://github.com/FydeOS/chromium_os-raspberry_pi/blob/master/CHANGELOG.md) |
8 | 5 |
|
9 | 6 | <br> |
10 | 7 |
|
11 | | -# Changelog |
12 | | - |
13 | | -### 2020-01-16 |
14 | | -##### Maintainence and enhancement |
15 | | -* Rename the project to `chromium_os-raspberry_pi` to comply with our standard usage of `-` and `_`: `_` as separators for within words and `-` for words connector / preposition replacement |
16 | | -* Added support for kiosk mode |
17 | | -* Updated README for building with local chromium source. |
18 | | -* Added corresponding projects [chromium-raspberry_pi](https://github.com/FydeOS/chromium-raspberry_pi) and [kiosk-demo-app](https://github.com/FydeOS/kiosk-demo-app) for building with kiosk mode enabled |
19 | | - |
20 | | -### 2019-11-19 |
21 | | -##### Maintainence and enhancement |
22 | | -* Added support for vpd(vital product information) storage capability. |
23 | | -* Fix system freeze and crash casued by `cras` |
24 | | - |
25 | | - |
26 | | -### 2019-09-25 |
27 | | -##### Added Raspberry Pi 4B support |
28 | | -* Same known issues with the 3B/3B+ release |
29 | | -* A separate overlay needs to be created for Raspberry Pi 4, named "overlay-rpi4". If you are building the image yourself make sure you use `--board=rpi4` rather than rpi3 |
30 | | - |
31 | | -### 2019-09-12 |
32 | | -##### Updated Chromium OS platform manifest to [release-R77-12371.B](https://chromium.googlesource.com/chromiumos/manifest/+/refs/heads/release-R77-12371.B) |
33 | | -* No hardware acceleration support for decoding video streaming, yet. [ref](https://cs.chromium.org/chromium/src/media/gpu/gpu_video_decode_accelerator_factory.cc) |
34 | | -* Removed unused code |
35 | | -* Fixed static version naming in the README |
36 | | -* Added Telegram group link |
37 | | - |
38 | | -### 2019-01-29 |
39 | | -##### Fix Slack invitation link, oops 😅 |
40 | | - |
41 | | -### 2019-01-28 |
42 | | -##### Add [Slack channel](https://chromium-os-for-sbc.slack.com/messages/CFPSV215F/) for better community experience. |
43 | | - |
| 8 | +# TL;DR: |
| 9 | +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-raspberry_pi/releases), under the **release** tab, no hard feelings :p |
44 | 10 |
|
45 | | -### 2019-01-24 |
46 | | -##### Update to Chromium OS r72 |
47 | | -* The overlays are now updated to build Chromium OS r72, with Chromium OS manifest pointing to `release-R72-11316.B` and Chromium at `72.0.3626.54` tag. |
48 | | -* Added optional SD card expansion script, courtesy of FydeOS. |
49 | | -* Added missing firmware from latest official Raspbian release. |
50 | | -* Fixed various build issues from previous release. |
51 | 11 |
|
52 | | -### 2018-11-19 |
53 | | -##### Update to Chromium OS r70 |
54 | | -* The overlays are now updated to build Chromium OS r70 |
55 | | -* Fix poor graphic performance with full hardware accelecration enabled. |
56 | | -* 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. |
57 | | -* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-/make.conf`) to produce a more efficient image. |
58 | 12 |
|
59 | 13 | <br><br> |
60 | 14 | # Table of contents (for cool kids) |
61 | | -<!-- TOC --> |
62 | 15 |
|
63 | | -- [Table of contents](#table-of-contents) |
64 | | -- [Change log](#changelog) |
| 16 | +<!-- TOC --> |
65 | 17 | - [Introduction](#introduction) |
66 | 18 | - [Goal of this project](#goal-of-this-project) |
67 | 19 | - [About this repository](#about-this-repository) |
@@ -97,8 +49,9 @@ If you aren't bothered with all the technicalities and just want the pre-built i |
97 | 49 | - [Boot from the SD card](#boot-from-the-sd-card) |
98 | 50 | - [More information](#more-information) |
99 | 51 | - [About us](#about-us) |
100 | | - |
101 | 52 | <!-- /TOC --> |
| 53 | + |
| 54 | + |
102 | 55 | # Introduction |
103 | 56 | This document describes how to build and run Google [Chromium OS](https://www.chromium.org/chromium-os) on Raspberry Pi 3B, 3B+ and 4B, from its source code and the board overlay hosted in this repository. |
104 | 57 |
|
|
0 commit comments