git: 49749f21284d - main - release/riscv: tweak GENERICSD partition placement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Aug 2026 15:39:41 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=49749f21284d817b5431255106c8c2da3afa9965
commit 49749f21284d817b5431255106c8c2da3afa9965
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2026-06-29 15:24:19 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-08-13 15:39:32 +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
---
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"