Hello
I have a question while using the am62a lp board.
I don't understand the dts Makefile in the ti/ folder.
-dtbs := dtb Why does this work exist?
I wonder what it was written for
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
I have a question while using the am62a lp board.
I don't understand the dts Makefile in the ti/ folder.
-dtbs := dtb Why does this work exist?
I wonder what it was written for
Hi,
Thank you for reaching out to TI Processors Forum!
I will check this and get back to you in sometime.
Regards,
Aparna
Hi,
The Makefile in ti/ folder is used to build device tree binaries for all boards based on Texas Instruments Inc processors.
The common overlays are applied directly to dtb-$(CONFIG_ARCH_K3)
But to simply the User OOB experience, we have combined dtbs := dtb
Please refer to the following commit: arm64: dts: ti: k3-am62a7-sk: Combined dtbs with sensors - ti-linux-kernel/ti-linux-kernel - This repo contains a Linux kernel that has been integrated with outstanding TI open source patches based on the open source Linux kernel found at kernel.org. Contributions to this kernel need to be sent to the open source community for review.
Regards,
Aparna
OOB-> Out of box
In other words, multiple dtbs are combined for easier usability, and better user experience.