git: 49749f21284d - main - release/riscv: tweak GENERICSD partition placement
Mitchell Horne <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7de53d.41621.6d086c6d__4559.44681759632$1786635600$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=49749f21284d817b5431255106c8c2da3afa9965 commit 49749f21284d817b5431255106c8c2da3afa9965 Author: Mitchell Horne <[email protected]> AuthorDate: 2026-06-29 15:24:19 +0000 Commit: Mitchell Horne <[email protected]> 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"