git: 55e62f1eadae - stable/15 - release/riscv: tweak GENERICSD partition placement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Sep 2026 16:29:54 UTC
The branch stable/15 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=55e62f1eadae3206145ec1dae88bf9c00491b404
commit 55e62f1eadae3206145ec1dae88bf9c00491b404
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2026-06-29 15:24:19 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-09-03 16:28:01 +0000
release/riscv: tweak GENERICSD partition placement
Increase EFI partition size to begin rootfs at 64mb. I believe this was
my original intention. I have a microSD card with 8mb block size which
emits an advisory in verbose dmesg about the misaligned partition.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 49749f21284d817b5431255106c8c2da3afa9965)
---
release/riscv/GENERICSD.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/riscv/GENERICSD.conf b/release/riscv/GENERICSD.conf
index d4abbc7965b8..5107f56606b4 100644
--- a/release/riscv/GENERICSD.conf
+++ b/release/riscv/GENERICSD.conf
@@ -3,7 +3,7 @@
EMBEDDED_TARGET_ARCH="riscv64"
EMBEDDED_TARGET="riscv"
EMBEDDEDBUILD=1
-FAT_SIZE="54m -b 8m"
+FAT_SIZE="56m -b 8m"
FAT_TYPE="16"
IMAGE_SIZE="6144M"
KERNEL="GENERIC"