You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ If you aren't bothered with all the technicalities and just want the pre-built i
11
11
<br>
12
12
13
13
# Changelog
14
+
### 2019-09-25
15
+
##### Added Raspberry Pi 4B support
16
+
* Same known issues with the 3B/3B+ release
17
+
* 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
18
+
14
19
### 2019-09-12
15
20
##### Updated Chromium OS platform manifest to [release-R77-12371.B](https://chromium.googlesource.com/chromiumos/manifest/+/refs/heads/release-R77-12371.B)
16
21
* No hardware acceleration support for decoding video streaming, yet. [ref](https://cs.chromium.org/chromium/src/media/gpu/gpu_video_decode_accelerator_factory.cc)
@@ -37,7 +42,11 @@ If you aren't bothered with all the technicalities and just want the pre-built i
37
42
* The overlays are now updated to build Chromium OS r70
38
43
* Fix poor graphic performance with full hardware accelecration enabled.
39
44
* 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.
40
-
* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-rpi3/make.conf`) to produce a more efficient image.
45
+
* You can build packages with "cros_embedded" (or uncomment the USE flags in `overlay-
0 commit comments