Part Number: TMDX654GPEVM
Hi,
I downloaded the latest AM65x PROCESSOR-SDK-LINUX-AM65X 07_00_00_08 from software-dl.ti.com/.../ti-processor-sdk-linux-am65xx-evm-07_00_00_08-Linux-x86-Install.bin and installed. Then I tried to use /bin/mksdboot.sh to create a bootable SD card(refer to https://software-dl.ti.com/processor-sdk-linux/esd/AM65X/latest/exports/docs/linux/Overview/PSDKLA_Formatting_SD_Card.html#), but it will fail and seems that the target image file cannot be found.
The error prompt shows as below:
"
...
Partitioning and formatting completed!
Copying filesystem on /dev/sdb1, /dev/sdb2
tar (child): /home/hunk/TI_AM65X/sdk-linux-am65xx-evm-07_00_00/board-support/prebuilt-images/boot-j7-evm.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
ERROR: executing tar -zxf /home/hunk/TI_AM65X/sdk-linux-am65xx-evm-07_00_00/board-support/prebuilt-images/boot-j7-evm.tar.gz --owner root --group root --no-same-owner -C /tmp/sdk/27916/boot
"
I checked mksdboot.sh and found it requires the files "/board-support/prebuilt-images/boot-j7-evm.tar.gz" and "/filesystem/tisdk-default-image-j7-evm.tar.xz" which don't exist in those directories.