Tool/software:
compile the SDK ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08 through build command:
make all - The SDK can success build the package
But using build command with (make linux_install) will lead to failure.
the error message show that the path "/home/kemeng/ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08/targetNFS/boot" is not allow to access."
change the authorize through command chmod . The failure will not disappear.