Hi all
My sd card partition for my target board is as follows:
/dev/mmcbkl0p1 – for kernel
/dev/mmcbkl0p2 – for uboot
/dev/mmcbkl0p3 – /
/dev/mmcbkl0p4-- extra partition for dual boot
What changes need to be done in this partition scheme in order to meet the partition layout requirements of the mender. I understand that an extra partition for persistent data would be required. What else?
As of now, while running mender daemon, it throws the following Error
ERRO[0000] Failed to read the current active partition: No match between boot and root partitions.: exit status 243
How to resolve this?