Skip to content

Commit a156f3e

Browse files
author
guoping.liu
committed
Update version to v1.14.01.21 and update pre-compiled image link
1 parent 32d6b25 commit a156f3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-linuxbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
default: "us"
1414
revision:
1515
description: "Revision (optional)"
16-
required: true
17-
default: "v1.14.01.20"
16+
required: true
17+
default: "v1.14.01.21"
1818

1919
jobs:
2020
build-linuxbox:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The compiled generated firmware is located:
4949

5050
Here is a pre-compiled image. If you don't have time to compile the image yourself and don't mind if it's slightly outdated, you can give it a try:
5151

52-
[linuxbox-image-5.10.245.v1.13.01.11.img](https://assets.3reality.com/product/hubv3/Armbian_22.11.0-trunk_Trhubv3_bookworm_current_5.10.245.v1.13.01.11.img)
52+
[linuxbox-image-5.10.247.v1.14.01.21.img](https://assets.3reality.com/product/hubv3/Armbian_22.11.0-trunk_Trhubv3_bookworm_current_5.10.247.v1.14.01.21.img)
5353

5454
or
5555
[linuxbox github action](https://github.com/thirdreality/LinuxBox/actions/workflows/build-linuxbox.yml)

make_armbian_for_hubv3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Working directory: $current_dir"
1111

1212
board="trhubv3"
1313
destination=""
14-
r3version="v1.14.01.20"
14+
r3version="v1.14.01.21"
1515

1616
# 显示使用说明的函数
1717
usage() {

0 commit comments

Comments
 (0)