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-TDA4VM: RPC failed; curl 56 GnuTLS recv error (-110)

Part Number: SK-TDA4VM

I am trying to Building the SDK with Yocto for SK-TDA4VM. I have followed the steps mentioned in https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-sk-tda4vm/09_01_00/exports/docs/linux/Overview_Building_the_SDK.html.  While performing ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-09_01_00-config.txt, below mentioned error message is obtained. Please provide a solution for this problem

remote: Enumerating objects: 65324, done.
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 100% (106/106), done.
remote: Total 65324 (delta 62), reused 0 (delta 0), pack-reused 65218
Receiving objects: 100% (65324/65324), 13.77 MiB | 62.00 KiB/s, done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Resolving deltas: 100% (49081/49081), done.
Branch '2.0' set up to track remote branch '2.0' from 'origin'.
Switched to a new branch '2.0'
Already up to date.
Note: switching to '907416ee1062f87f5844ab0638b54616abfc1a22'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c <new-branch-name>

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 907416ee runqueue: Fix deferred task/multiconfig race issue

  • Hi Ranjith,

    I'm unsure why your curl would fail, it could be a proxy setting. Can you try the following steps for me?

    $ cd <SDK-path>
    $ rm -rf yocto-build
    $ git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto-build
    $ cd yocto-build/
    $ ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-09.01.00-config.txt

    I did not see any errors when doing this.

    Best,
    Jared