Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
v26 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Dec 21, 2019
1 parent 994a687 commit 3399db3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions BuildClean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ sudo rm -rf ~/linux-*
sudo rm -rf ~/updates
sudo rm -rf ~/updates.tar.xz
sudo rm -rf ~/ubuntu*.img *+raspi4.img.xz
sudo rm -rf *.img
3 changes: 1 addition & 2 deletions BuildPiKernel64bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# CONFIGURATION

IMAGE_VERSION="25"
IMAGE_VERSION="26"
SOURCE_RELEASE="18.04.3"

TARGET_IMG="ubuntu-18.04.3-preinstalled-server-arm64+raspi4.img"
Expand Down Expand Up @@ -1246,4 +1246,3 @@ sudo rm -rf ~/updates.tar.xz
tar -cf - updates/ | xz -9e -c --threads=0 - > ~/updates.tar.xz

echo "Build completed"

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ If you come across a problem definitely open a GitHub issue or drop by the james

<h2>Update History</h2>

<h3>December 20th 2019 - v26 Release</h3>
<ul>
<li>Updated to kernel 4.19.89</li>
<li>Power management firmware features for WiFi are now enabled (saves 55mA (~270mW) of power on Pi 4)</li>
<li>Updated firmware</li>
</ul>

<h3>December 3rd 2019 - v25 Release</h3>
<ul>
<li>Fixed issue with desktop driver not loading properly (thanks tarsij!)</li>
Expand Down

0 comments on commit 3399db3

Please sign in to comment.