Ecosystem 3.1.11: Patch real-time kernel for linux-5-10-61
Hi all
For test purpose I want to run a real-time kernel on the STM32MP157c-DK2 with the newest ecosystem 3-1-11. The goal is to develop a real-time kernel module, out of the Yocto environment.
I did build the Image with Yocto and flashed the image. Apparently the ecosystem 3.1.11 uses the Linux kernel 5-10-61.
I could also successfully build and run the Linux kernel 5-10-61 outside Yocto, adding the .config from the /proc/config of the imag.
Now I'd like to add the reat-time patch, but there is no patch for 5-10-61, but only for 5-10-59 or 5-10-63.
- I tried to use the 5-10-59 patch with the 5-10-61 kernel. It compiled successfully, but the kernel did not start up.
- I also tried to use the newest kernel with the proper patch: 5-10-83. This did not work either.
What do you recommend to do?
By the way: the M4 inside stm32mp1 is intentionally not used.
