Skip to content

Commit a9f65bc

Browse files
committed
Make changelog a separate file
1 parent 81f4af9 commit a9f65bc

File tree

2 files changed

+57
-53
lines changed

2 files changed

+57
-53
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
### 2020-02-10
4+
##### Relocate CHANGELOG to a single separate file.
5+
6+
7+
### 2020-01-16
8+
##### Maintenance and enhancement
9+
* 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
10+
* Added support for kiosk mode
11+
* Updated README for building with local chromium source.
12+
* 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
13+
14+
### 2019-11-19
15+
##### Maintenance and enhancement
16+
* Added support for vpd(vital product information) storage capability.
17+
* Fix system freeze and crash caused by `cras`
18+
19+
20+
### 2019-09-25
21+
##### Added Raspberry Pi 4B support
22+
* Same known issues with the 3B/3B+ release
23+
* 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
24+
25+
### 2019-09-12
26+
##### Updated Chromium OS platform manifest to [release-R77-12371.B](https://chromium.googlesource.com/chromiumos/manifest/+/refs/heads/release-R77-12371.B)
27+
* No hardware acceleration support for decoding video streaming, yet. [ref](https://cs.chromium.org/chromium/src/media/gpu/gpu_video_decode_accelerator_factory.cc)
28+
* Removed unused code
29+
* Fixed static version naming in the README
30+
* Added Telegram group link
31+
32+
### 2019-01-29
33+
##### Fix Slack invitation link, oops 😅
34+
35+
### 2019-01-28
36+
##### Add [Slack channel](https://chromium-os-for-sbc.slack.com/messages/CFPSV215F/) for better community experience.
37+
38+
39+
### 2019-01-24
40+
##### Update to Chromium OS r72
41+
* 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.
42+
* Added optional SD card expansion script, courtesy of FydeOS.
43+
* Added missing firmware from latest official Raspbian release.
44+
* Fixed various build issues from previous release.
45+
46+
### 2018-11-19
47+
##### Update to Chromium OS r70
48+
* The overlays are now updated to build Chromium OS r70
49+
* Fix poor graphic performance with full hardware accelecration enabled.
50+
* 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.
51+
* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-/make.conf`) to produce a more efficient image.

README.md

Lines changed: 6 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,19 @@
11
[<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)
22

3-
<br>
43

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)
85

96
<br>
107

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
4410

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.
5111

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.
5812

5913
<br><br>
6014
# Table of contents (for cool kids)
61-
<!-- TOC -->
6215

63-
- [Table of contents](#table-of-contents)
64-
- [Change log](#changelog)
16+
<!-- TOC -->
6517
- [Introduction](#introduction)
6618
- [Goal of this project](#goal-of-this-project)
6719
- [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
9749
- [Boot from the SD card](#boot-from-the-sd-card)
9850
- [More information](#more-information)
9951
- [About us](#about-us)
100-
10152
<!-- /TOC -->
53+
54+
10255
# Introduction
10356
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.
10457

0 commit comments

Comments
 (0)