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-AM67A: Cannot build yocto SDK git failure

Part Number: PROCESSOR-SDK-AM67A
Other Parts Discussed in Thread: J722SXH01EVM

Tool/software:

Tool/software:

Building the processor SDK fails at  ti-vision-apps recipe citing unable to fetch resources

fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.208]: errno=Connection refused

manually trying to clone one of the apps in the list of repos throws the same error,

git clone git://git.ti.com/processor-sdk/imaging
Cloning into 'imaging'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection refused

Is the ti git server down? Could you please let me know when it will be available?

manually pining the git server -

ping  git.ti.com
PING git-a10.ext.ti.com (198.47.28.207) 56(84) bytes of data.
^C
--- git-a10.ext.ti.com ping statistics ---
457 packets transmitted, 0 received, 100% packet loss, time 466948ms

However the git repo web interface is accessible through -

https://git.ti.com/cgit/

but cloning with https throws an error,

 git clone git.ti.com/.../imaging
Cloning into 'imaging'...
warning: redirecting to git.ti.com/.../
warning: remote HEAD refers to nonexistent ref, unable to checkout.

  • Hello;

    Which SDK do you plan to use, Linux or RTOS? 

    Assuming you are using the "J722SXH01EVM" as your evaluation platform. Then you should/can download all the SDKs from TI.com, the link is pasted below.

    https://www.ti.com/tool/J722SXH01EVM

    If you want to download RTOS SDK and build tivision application, you can follow the steps below.

    =================================

    === How to build j722s RTOS PSDK ===

    =================================

    1. In the SDK root directory, install ROTS PSDK package

    •  source sdk_builder/scripts/setup_psdk_rtos.sh

    2. setup the environment variables in command line (or you can edit the file "sdk_builder/build_flags.mak" and modify below 4 variables) 

    • export BUILD_EMULATION_MODE=no
    • export BUILD_TARGET_MODE=yes
    • export SOC=j722s
    • export PSDK_INSTALL_PATH=$(pwd)

    3. After building has been finished, make sure the $SOC has been set correctly

    • echo $SOC

    it should show "j722s"

    4.  Do below to build the full PSDK RTOS
    cd sdk_builder

    • make sdk

    5. To do a clean build of vision_apps do below,

    • cd sdk_builder
    • make vision_apps_scrub

    6. Do below to build vision apps now

    • make vision_apps

    You can also refer the link below for the detail documentation.

    https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j722s/10_01_00_04/exports/docs/vision_apps/docs/user_guide/index.html

    Best regards

     Wen Li

  • Thanks for the link, you saved my day. 

  • Thanks Laura!

    I will close this ticket for now. 

    If you still have questions, you can simply submit a new one.

    Best regards

    Wen Li