Skip to main content
Graduate
January 4, 2024
Solved

How and where should I edit stm32mp135f-dk.dts in yocto??

  • January 4, 2024
  • 1 reply
  • 1420 views

How and where I should I edit stm32mp135f-dk.dts in yocto?? I need to edit pinmux files of kernel, I want that if I make final image files using yocto then those edited images should get include in final image using bitbake? 

Or the second method is to take out developer package and edit pinmux and dtsi, dts files of linux kernel then generate uImage and dtbs then copy them in /boot folder in board.

Please clear my doubts!!!

    This topic has been closed for replies.
    Best answer by jschneider

    Hi,

     

    We have tried the second method several times and it works perfectly and is definitely faster. If you have any doubts you can always follow the tutorial page:

     https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel.

    Before bulding the kernel, adapt your configuration files.

     

    1 reply

    Graduate II
    January 10, 2024

    Hi,

     

    We have tried the second method several times and it works perfectly and is definitely faster. If you have any doubts you can always follow the tutorial page:

     https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel.

    Before bulding the kernel, adapt your configuration files.