cancel
Showing results for 
Search instead for 
Did you mean: 

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

stack_shailesh
Associate III

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!!!

1 ACCEPTED SOLUTION

Accepted Solutions
jschneider
Associate III

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.

 

View solution in original post

1 REPLY 1
jschneider
Associate III

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.