2025-06-12 2:32 AM - edited 2025-06-12 2:50 AM
How to cross compile the KERNEL driver in host PC , and where to find the kernel source in build file , sample Makefile for the make , my target is :STM32MP257f-ev1
2025-06-12 6:37 AM
Hi @srinivas_mv ,
I could suggest that you have a look at the STM32 MPU wiki (https://wiki.st.com/stm32mpu/wiki/Main_Page).
The following article might be interesting for you:
* https://wiki.st.com/stm32mpu/wiki/STM32MPU_Developer_Package and especially the following chapters about the SDK and the Linux kernel:
** https://wiki.st.com/stm32mpu/wiki/STM32MPU_Developer_Package#Installing_the_SDK
** https://wiki.st.com/stm32mpu/wiki/STM32MPU_Developer_Package#Modifying_the_Linux_kernel
Hope this information helps.
Regards,
JC.