From c39ceed37e9d1271aee524b9d7687afc7ac46fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Mon, 4 Aug 2025 10:03:41 +0200 Subject: [PATCH] Update genimage to avoid unbootable RPi 5 images when flashed from Windows (#4199) Update genimage so the images are not mangled (by the primary GPT relocated) when flashed from Windows. Otherwise, boot media flashed from Windows isn't compatible with bootloader older than 2024-10-10. This is a regression of #3437. The Buildroot update in #4027 updated genimage to v18, yet the downstream patch that was later replaced by a different one in upstream was not merged to that version yet and the patch was incorrectly removed. In v19 there's another fix in the offset calculation logic that sets the first usable LBA again to a value that prevents Windows from mangling the image. * buildroot 01604756d2...141bf1f9fa (1): > package/genimage: bump version to 19 Fixes #4160 --- buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot b/buildroot index 01604756d..141bf1f9f 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 01604756d2d0fc42e6ad7061fe1eb5bead732374 +Subproject commit 141bf1f9fad8b222a4d365ef24ac42cd03d73063