From cca1ee2b357cabe50281781e1fee49a5c43e5bf5 Mon Sep 17 00:00:00 2001 From: SilentWind <62919083+mofeng-git@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:18:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=AB=A0=E9=B1=BC?= =?UTF-8?q?=E6=98=9F=E7=90=83=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/functions/devices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/functions/devices.sh b/build/functions/devices.sh index a2fc5b9b..b40ca697 100755 --- a/build/functions/devices.sh +++ b/build/functions/devices.sh @@ -192,7 +192,7 @@ e900v22c_rootfs() { } octopus_flanet_rootfs() { - local source_image="$SRCPATH/image/octopus-flanet/Armbian_24.11.0_amlogic_s912_bookworm_6.1.114_server_2024.11.01.img" + local source_image="$SRCPATH/image/octopus-flanet/Armbian_25.05.0_amlogic_s912_bookworm_6.1.129_server_2025.03.02.img" local target_image="$TMPDIR/rootfs.img" local boot_offset=$((8192 * 512)) local rootfs_offset=$((1056768 * 512))