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.

PROCESSOR-SDK-AM62A: [AM62A] Build Error in PSDK LINUX AM62A 10.00.00.08

Part Number: PROCESSOR-SDK-AM62A

Tool/software:

Hello. TI experts

I'm trying to build all in PSDK-LINUMX-AM62A 10.00.00.08 based on https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_00_00/exports/docs/linux/Overview_Top_Level_Makefile.html#.

But, In linux-fitImage, the build failed. I attached the fail logs. Please review it.

Fullscreen
1
2
3
4
5
6
7
yongsig@stradvision:~/workspace/ti_psdk/100_am62a/build/ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08$ make linux-fitImage
\====================================
Building the Linux FIT Image
====================================
cp /mnt/nvme1_4tb/yongsig/workspace/ti_psdk/100_am62a/build/ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08/board-support/prebuilt-images/fitImage.its /mnt/nvme1_4tb/yongsig/workspace/ti_psdk/100_am62a/build/ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08/board-support/ti-linux-kernel-6.6.32+git-ti
cp: cannot stat '/mnt/nvme1_4tb/yongsig/workspace/ti_psdk/100_am62a/build/ti-processor-sdk-linux-edgeai-am62a-evm-10_00_00_08/board-support/prebuilt-images/fitImage.its': No such file or directory
make: *** [makerules/Makefile_linux-fitImage:21: linux-fitImage] Error 1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

When I installed psdk linux, there was no fitImage.its in the board-support/prebuilt-images.

Best regards