I used Yocto to build the tisdk-base-image and successfully installed all the middleware.
However, I encountered the following issue during the process: After recompiling the kernel files, I deleted deploy-ti to ensure that the generated image is the latest. However, when I ran MACHINE="j721e-evm" bitbake -k tisdk-base-image
again, I found that deploy-ti was not regenerated. Could you please explain why this happened?
My specific steps were: delete deploy-ti -> run ./conf/setdev
-> execute the MACHINE command.