How can I change device tree?
I understand that when I create my own machine, I can create device tree by following 2 method.
Method 1) Building device trees by Developer Package (separately from bitbake)
This method is described in following Wiki page.
https://wiki.st.com/stm32mpu/wiki/How_to_compile_the_device_tree_with_the_Developer_Package
Method 2) Building device trees by Distribution Package (included in bitbake)
This method is described in following Wiki page.
https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine
In both of above two methods, I could create the device tree (.dtb file) successfully.
Now, I want to modify the "arch/arm/boot/dts/stm32mp157c.dtsi"
In Method1, I could create updated device tree (.dtb file) by modifying "arch/arm/boot/dts/stm32mp157c.dtsi".
However, In Method2, I could not create updated device tree (.dtb file) even though I modified "arch/arm/boot/dts/stm32mp157c.dtsi".
(The build was successful, but the changes were not reflected.)
Why does the difference between the two results occur?
How can I change device tree by modifying "arch/arm/boot/dts/stm32mp157c.dtsi" in Method 2?
Best Regards.
H. Masuda
