Tool/software:
Hi All,
I believe that the Makefile, Makerules directory, and Rules.make exist in the Directory of the SDK (ti-processor-sdk-linux-am62xx-evm-11.00.09.04) currently in use.
When you run ‘make all’ using this Makefile, it executes all the MakeRules in the Makerules directory,
so I modified Rules.make (around the last line, MAKE_ALL_TARGETS)to execute only linux, linux-dtbs, ti-img-rogue-driver, linux-extras, and linux-extras-dtbs.
However, this still compiles all Device-Trees under board-support/ti-linux-kernel-6.12.17+git-ti/arch/arm64/boot/dts/ti and generates a fitimage.
Please advise on how to compile only the necessary Device-Trees and generate a fitImage.
Best Regards,
Ito