2025-07-21 3:14 AM - last edited on 2025-07-21 3:52 AM by Andrew Neil
Hello everyone ! I use the stm32mp257f-dk with yocto for a project. To benchmark my programs, I need kinda heavy packages. To solve my IMAGE_ROOTFS_MAX issue, I followed the following topic : https://community.st.com/t5/stm32-mpus-embedded-software-and/increasing-the-rootfs-size-on-a-stm32mp157f-dk2/m-p/205665
Unfortunatly, even if the distro compile, I have the following warning at the end of my compilation (see screenshot below).
My configuration is the following :
- local.conf
I tried to add the in /meta-st/meta-st-stm32mp/conf/machine/include/st-machine-common-stm32mp.inc too, but i don't have more results.
I don't have any more idea to solve the issue. All the help is welcome !
Solved! Go to Solution.
2025-07-21 11:39 PM - edited 2025-07-22 4:58 AM
For those who come after. I have found a solution to the issue. after digging through the files, I discovered the st-machine-flashlayout-stm32mp.inc file.
By modifying :
Into :
It solved all my issues. It would be nice to write it in the documentation because it took me a lot of time to find it. I now search a way to changes theses settings without changing them directly in the ST-layer but with an extern layer.
2025-07-21 11:39 PM - edited 2025-07-22 4:58 AM
For those who come after. I have found a solution to the issue. after digging through the files, I discovered the st-machine-flashlayout-stm32mp.inc file.
By modifying :
Into :
It solved all my issues. It would be nice to write it in the documentation because it took me a lot of time to find it. I now search a way to changes theses settings without changing them directly in the ST-layer but with an extern layer.