Hi all,
I'm trying to generate new DTB file for my board based on Sitara Processor through Yocto and using TI SDK and recipes. But for now, just to verify the process, I've just copied the files in <TI SDK directory>/board-support/linux-4.1.6-xxxx/arch/arm/boot/dts as follow:
- am57xx-evm.dts to am57xx-myboard.dts,
- am57xx-beagle-x15.dts to am57xx-myboard-x15.dts
- am57xx-evm-cmem.dtsi to am57xx-myboard-cmem.dtsi
In the doubt, I've added the KERNEL_DEVICETREE_am57xx-myboard = "am57xx-myboard-x15.dtb am57xx-myboard.dtb" as well from the model of KERNEL_DEVICETREE_am57xx-evm using "bbappend" files to the following recipes:
- linux-ti-staging_4.1.bb
- linux-processor-sdk_4.1.bb
- ti-tisdk-makefile_1.0.bb (variable KERNEL_DEVICETREE_dra7xx)
When compiling the kernel with Bitbake, I've got the error message "No rule to make target arch/arm/boot/dts/am57xx-myboard-x15.dtb"
I'd like to know why and how to add my new DTB in Yocto and TI SDK. Note that if I use the DTB provided by TI, there is no problem.
If anybody has an idea, please tell me what to do or where to look at.
Thanks a lot