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.

SK-AM62: Unable to Build the Processor SDK do to Broken Git Links for the tisdk-default-image

Part Number: SK-AM62

Hello,

While following the directions (link to TI directions) for building the Processor SDK the following error was reported and the build failed:

Invoked by:

MACHINE=am62xx-evm bitbake tisdk-base-image

WARNING: ti-k3-secdev-native-git-r0 do_fetch: Failed to fetch URL git://git.ti.com/git/security-development-tools/core-secdev-k3.git;protocol=https;branch=master, attempting MIRRORS if available
ERROR: ti-k3-secdev-native-git-r0 do_fetch: Fetcher failure: Unable to find revision d14fbab5ccb21ffeb010ce57792c56a1308ed314 in branch master even from upstream
ERROR: ti-k3-secdev-native-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/security-development-tools/core-secdev-k3.git;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /home/grahamreitz/tisdk/build/arago-tmp-external-arm-glibc/work/x86_64-linux/ti-k3-secdev-native/git-r0/temp/log.do_fetch.24041
ERROR: Task (virtual:native:/home/grahamreitz/tisdk/sources/meta-ti/recipes-ti/secdev/ti-k3-secdev_git.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1478 tasks of which 0 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 13 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 6 seconds

Summary: 1 task failed:
  virtual:native:/home/grahamreitz/tisdk/sources/meta-ti/recipes-ti/secdev/ti-k3-secdev_git.bb:do_fetch
Summary: There were 8 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

It appears that the link to the git repository is broken for the security development tools.

I tried to clone the repository from the command line and received the following error:

git clone git://git.ti.com/git/security-development-tools/core-secdev-k3.git;protocol=https;branch=master
Cloning into 'core-secdev-k3'...
fatal: remote error: access denied or repository not exported: /git/security-development-tools/core-secdev-k3.git

The host PC is Ubuntu Linux 18.04.

Did I miss something in the directions?

Be well,

Graham