Other Parts Discussed in Thread: SK-AM64B
I'm attempting to follow the instructions at
/home/ti/ti-processor-sdk-linux-am64xx-hs-evm-08.02.00.23/docs/linux/Overview/Processor_SDK_Linux_create_SD_card.html#create-sd-card-using-bmap-tools
It says:
1. Download the default bootable SD card image (WIC file) available on the release page as tisdk-default-image-<machine>.wic.xz
Where is "the release page"?
Unable to find "the release page", I decide to try the following:
/home/ti/ti-processor-sdk-linux-am64xx-hs-evm-08.02.00.23/filesystem/tisdk-default-image-am64xx-hs-evm.wic.xz
That doesn't work.
When comparing the first partition from the above image file it with the SD card that came with the EVM, the SDK image appears to be missing a bunch of files. Specifically it doesn't appear to contain contain boot images for the am64 hs evm. That's surprising, since it came from the latest version of the AM64x HS SDK and says "hs-evm" in the filename. What board/machine is the above image file supposed to work with?
Working SD card:
drwxr-xr-x 2 root root 4096 Nov 26 03:43 'System Volume Information'
-rwxr-xr-x 1 root root 563566 Sep 28 2022 tiboot3-am64x-gp-evm.bin
-rwxr-xr-x 1 root root 566155 Sep 28 2022 tiboot3-am64x_sr2-hs-evm.bin
-rwxr-xr-x 1 root root 566155 Sep 28 2022 tiboot3.bin
-rwxr-xr-x 1 root root 862047 Sep 28 2022 tispl.bin
-rwxr-xr-x 1 root root 131072 Dec 31 1979 uboot.env
-rwxr-xr-x 1 root root 1126299 Sep 28 2022 u-boot.img
-rwxr-xr-x 1 root root 1490 Sep 28 2022 uEnv.txt
-rwxr-xr-x 1 root root 318 Sep 28 2022 wificfg
Image from SDK's hs evm .wic disk image:
-rwxr-xr-x 1 root root 572755 May 5 2022 tiboot3.bin
-rwxr-xr-x 1 root root 858335 May 5 2022 tispl.bin
-rwxr-xr-x 1 root root 1123667 May 5 2022 u-boot.img
-rwxr-xr-x 1 root root 1490 May 5 2022 uEnv.txt
Where can I get working default image files for an HSFS TMDS64EVM?