From fe9e0d701a08561e4a2d90b2750835288e3d8182 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Mon, 23 Sep 2024 17:55:43 +0200 Subject: [PATCH] boot: change linux and recovery partition UUID for single mode This commit changes the linux and recovery UUID when booting the system in single mode. https://onedigi.atlassian.net/browse/DEL-9244 Signed-off-by: Mike Engel --- .../recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt index fb478a3e4..d19cd4301 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt @@ -43,10 +43,10 @@ else # Get the UUID of the configured boot partition. part uuid mmc ${mmcbootdev}:${mmcpart} bootpart # Check the boot source. - if test "${bootpart}" = "${part1_uuid}"; then + if test "${bootpart}" = "${part5_uuid}"; then # We are booting from the eMMC using 'linux'. true - elif test "${bootpart}" = "${part2_uuid}"; then + elif test "${bootpart}" = "${part6_uuid}"; then # We are booting from the eMMC using 'recovery'. setenv boot_initrd true setenv initrd_file uramdisk-recovery.img