Hi,
AFAIK, Mender required minimum 3 partitions (2 rootfs and 1 data partition). The boot partition (4th one) which is created by Yocto is required only when we are using the ‘.sdimg’. Please correct me If I’m wrong.
Currently, we are not using the “.sdimg” and need to change the partition order. I have followed the below link:
https://docs.mender.io/1.7/devices/yocto-project/partition-layout#more-detailed-storage-configuration
Since, I don’t want the boot partition, I didn’t override or use the MENDER_BOOT_PART variable in the Yocto but used rootfs and data variables.
According to my new configuration, 1st and 2nd partitions are rootfs and 3rd partition is data . But, still the first partition is mounting to “/uboot”. I came to know this is coming from ‘MENDER_BOOT_PART_MOUNT_LOCATION’ but didn’t get how to change it into filesystem partition ()
How to remove this auto mount of /uboot and make the first partition for the file system correctly?