diff --git a/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init b/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init index 210295be8..bae32f599 100644 --- a/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init +++ b/meta-digi-dey/recipes-core/recovery/recovery-initramfs/recovery-initramfs-init @@ -596,9 +596,9 @@ done # Select update package image if [ "$(is_nand)" = "yes" ]; then - SWUPDATE_IMAGE_SET="mtd,platform" + SWUPDATE_IMAGE_SET="mtd,single" else - SWUPDATE_IMAGE_SET="mmc,platform" + SWUPDATE_IMAGE_SET="mmc,single" fi # On eMMC, if the 'update' partition is encrypted, we need to mount it manually