Skip to main content
Associate III
March 14, 2024
Question

How should I make writable readonly rootfs using bitbake layer for STM32mp135F?

  • March 14, 2024
  • 1 reply
  • 1385 views

I want to make my rootfs writable read only for STM32mp135f processor using https://github.com/marcusfolkesson/meta-readonly-rootfs-overlay/tree/mickledore this layer. Although I am adding this layer into my build process successfully but my rootfs is not becoming overlay type rootfs(means if edit some file in it then changes should not exist after reset). I have used this layer for Renesas processor where this layer incorporate into init script and works properly.

Kindly give some solution !

This topic has been closed for replies.

1 reply

Associate III
March 28, 2024

Hello ST engineers,

Atleast reply for my query if it is possible to create readonly writable rootfs(st-image-core) using above mentioned layer so that I can update to my client about it.