[Buildroot] [git commit] board/orangepi/orangepi-r1/genimage.cfg: use correct partition type

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jul 23 13:36:22 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=f57d4c5b9f96141836681396dcc91d2b95b0dc78
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The boot partition is not an EFI System Partition, it is a normal FAT
formatted partition, so using type F instead of U makes more sense.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 board/orangepi/orangepi-r1/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/orangepi/orangepi-r1/genimage.cfg b/board/orangepi/orangepi-r1/genimage.cfg
index 61d13fe7fc..78b69269b7 100644
--- a/board/orangepi/orangepi-r1/genimage.cfg
+++ b/board/orangepi/orangepi-r1/genimage.cfg
@@ -28,7 +28,7 @@ image sdcard.img {
 	}
 
 	partition boot {
-		partition-type-uuid = U
+		partition-type-uuid = F
 		bootable = "true"
 		image = "boot.vfat"
 	}



More information about the buildroot mailing list