From 78bf0140f98371b671067150e7d4e23ab0add809 Mon Sep 17 00:00:00 2001 From: j1nx Date: Wed, 1 Nov 2023 08:09:06 +0000 Subject: [PATCH] [RPI3] Switch to hybrid partition table for Raspberry Pi3. --- .../board/ovos/raspberrypi/rpi3/genimage-rpi3.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/board/ovos/raspberrypi/rpi3/genimage-rpi3.cfg b/buildroot-external/board/ovos/raspberrypi/rpi3/genimage-rpi3.cfg index d6f09da0..41b1a855 100644 --- a/buildroot-external/board/ovos/raspberrypi/rpi3/genimage-rpi3.cfg +++ b/buildroot-external/board/ovos/raspberrypi/rpi3/genimage-rpi3.cfg @@ -41,11 +41,12 @@ image homefs.ext4 { image disk.img { hdimage { - partition-table-type = "gpt" + partition-table-type = "hybrid" } partition esp { align = 1M + partition-type = 0xC partition-uuid = 9262aee5-2d23-4e09-baac-280591e2e834 partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b bootable = "true"