From 7822365995cf264d11f39858f5e446efc1efa472 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 13 Mar 2026 11:27:44 +0100 Subject: [PATCH 1/5] feat: add Longan Pi3H Signed-off-by: Stefan Dej --- configs/board-longan_pi3h_trixie.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 configs/board-longan_pi3h_trixie.conf diff --git a/configs/board-longan_pi3h_trixie.conf b/configs/board-longan_pi3h_trixie.conf new file mode 100644 index 0000000..0878d6a --- /dev/null +++ b/configs/board-longan_pi3h_trixie.conf @@ -0,0 +1,2 @@ +BOARD=longanpi-3h +RELEASE="trixie" From 3d12ad6bfd4c46f008b4ebfde3ad14a8b0eca5af Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 13 Mar 2026 12:28:39 +0100 Subject: [PATCH 2/5] fix: add Armbian branch v25.05 for Longan Pi3H configuration to use older 6.6 kernel Signed-off-by: Stefan Dej --- configs/board-longan_pi3h_trixie.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/board-longan_pi3h_trixie.conf b/configs/board-longan_pi3h_trixie.conf index 0878d6a..70cff28 100644 --- a/configs/board-longan_pi3h_trixie.conf +++ b/configs/board-longan_pi3h_trixie.conf @@ -1,2 +1,3 @@ BOARD=longanpi-3h RELEASE="trixie" +ARMBIAN_BRANCH="v25.05" From 49d80e5a3486640072a6da5e5da3b5fd4a87f759 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 13 Mar 2026 20:07:16 +0100 Subject: [PATCH 3/5] fix: update Longan Pi3H configuration to use Bookworm release Signed-off-by: Stefan Dej --- ...-longan_pi3h_trixie.conf => board-longan_pi3h_bookworm.conf} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename configs/{board-longan_pi3h_trixie.conf => board-longan_pi3h_bookworm.conf} (68%) diff --git a/configs/board-longan_pi3h_trixie.conf b/configs/board-longan_pi3h_bookworm.conf similarity index 68% rename from configs/board-longan_pi3h_trixie.conf rename to configs/board-longan_pi3h_bookworm.conf index 70cff28..a1da9ae 100644 --- a/configs/board-longan_pi3h_trixie.conf +++ b/configs/board-longan_pi3h_bookworm.conf @@ -1,3 +1,3 @@ BOARD=longanpi-3h -RELEASE="trixie" +RELEASE="bookworm" ARMBIAN_BRANCH="v25.05" From e84b2d7f4d7ba5b6b6c7cdd8c6ab022df0e24d5e Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 13 Mar 2026 20:23:22 +0100 Subject: [PATCH 4/5] fix: downgrade Armbian branch for Longan Pi3H configuration to v25.02 Signed-off-by: Stefan Dej --- configs/board-longan_pi3h_bookworm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/board-longan_pi3h_bookworm.conf b/configs/board-longan_pi3h_bookworm.conf index a1da9ae..2845df1 100644 --- a/configs/board-longan_pi3h_bookworm.conf +++ b/configs/board-longan_pi3h_bookworm.conf @@ -1,3 +1,3 @@ BOARD=longanpi-3h RELEASE="bookworm" -ARMBIAN_BRANCH="v25.05" +ARMBIAN_BRANCH="v25.02" From 84f6b2d15b5bef0d5cfaf63e2f57c5e5469a8168 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 13 Mar 2026 20:58:34 +0100 Subject: [PATCH 5/5] fix: downgrade Armbian branch for Longan Pi3H configuration to v24.11 Signed-off-by: Stefan Dej --- configs/board-longan_pi3h_bookworm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/board-longan_pi3h_bookworm.conf b/configs/board-longan_pi3h_bookworm.conf index 2845df1..338f31f 100644 --- a/configs/board-longan_pi3h_bookworm.conf +++ b/configs/board-longan_pi3h_bookworm.conf @@ -1,3 +1,3 @@ BOARD=longanpi-3h RELEASE="bookworm" -ARMBIAN_BRANCH="v25.02" +ARMBIAN_BRANCH="v24.11"