Skip to content

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
LATEST_UBOOT_VERSION=2021.07-ayufan-2019-ga679a8ce
LATEST_KERNEL_VERSION=5.13.0-1150-ayufan-g7a7e95f66648
LATEST_ROOTFS_VERSION=0.6.3
LATEST_PACKAGE_VERSION=0.11-213
  • Loading branch information
ayufan committed Jul 21, 2021
1 parent 4c381b7 commit 5e1dddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.latest.mk
@@ -1,4 +1,4 @@
LATEST_UBOOT_VERSION=2021.07-ayufan-2019-ga679a8ce
LATEST_KERNEL_VERSION=5.13.0-1150-ayufan-g7a7e95f66648
LATEST_ROOTFS_VERSION=0.6.3
LATEST_PACKAGE_VERSION=0.11-212
LATEST_PACKAGE_VERSION=0.11-213
7 changes: 4 additions & 3 deletions RELEASE.md
Expand Up @@ -36,9 +36,9 @@ To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

```bash
# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-rock64-0.11-mainline -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.11-mainline -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.11-mainline -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y
Expand All @@ -54,6 +54,7 @@ sudo rock64_upgrade_bootloader.sh

### 0.11.x

- 0.11.2: Update OMV install (to also be able to run OMV6)
- 0.11.1: Update to 2021.07 and 5.13.0 kernel
- 0.11.0: Try to use 2021.04 uboot and 5.12.0 kernel

Expand Down

0 comments on commit 5e1dddf

Please sign in to comment.