From b2dddb2b4c40ddf99645e828973df608f2a4c584 Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Thu, 24 Aug 2023 14:35:40 +0200 Subject: [PATCH] readonly: change index for ubi volume to 1 Now in the ccmp1X platform the index for the data partition is hosted in the ubi1 volume instead of the ubi0. Signed-off-by: Francisco Gil --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 2 +- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index 0852c1e5f..b059de59f 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -166,5 +166,5 @@ BOOTABLE_ARTIFACTS = " \ # Default overlayfs_etc mount point and type OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data" -OVERLAYFS_ETC_DEVICE ?= "ubi0:data" +OVERLAYFS_ETC_DEVICE ?= "ubi1:data" OVERLAYFS_ETC_FSTYPE ?= "ubifs" diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index 438b46414..9dbf070c0 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -171,5 +171,5 @@ BOOTABLE_ARTIFACTS = " \ # Default overlayfs_etc mount point and type OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data" -OVERLAYFS_ETC_DEVICE ?= "ubi0:data" +OVERLAYFS_ETC_DEVICE ?= "ubi1:data" OVERLAYFS_ETC_FSTYPE ?= "ubifs"