STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP135 ST PMIC Driver panic

We designed a STM32MP135 based SOM, without using the ST I2C PMIC,  I was able to disable the PMIC driver in TF-A by removing the i2c 4 node in TF-A's dts file, while I could not get the same result for optee-os,  even I removed the i2c-4 node in opt...

efancier by Associate II
  • 24441 Views
  • 22 replies
  • 0 kudos

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

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 i...