2025-06-18 7:22 PM
I need a partition as a backup partition for the root file system.
How can I add a new partition in stm32mp2?
2025-06-19 7:24 AM
Hello @bugman,
You need to add a partition into the flashlayout : feel free to look into this wiki page.
In Yocto, if you use a static flashlayout, I would recommand the add this in your machine:
ENABLE_FLASHLAYOUT_DEFAULT = "1"
FLASHLAYOUT_DEFAULT_src="<path of your flashlayout>.tsv"
Your flashlayout will be automatically deployed on build.
BR,
Christophe