According to the Processor SDK Linux Automotive Software Developers Guide - Texas Instruments Wiki I am to run the setup script in the INSTALL_DIR:
I ran the setup.sh script from to get the source code development using repo tool and I got the following error:
Parsing through much of the help I ran across a thread that mentioned where to get manifest.xml, I noticed there was no file called manifest.xml and I chose the one that looked closest what I needed, and was in line with what the thread was talking about (dra7xx-psdkla_evm_06_00_00_03.xml).
Once I downloaded the release-manifest-master.tar.gz and copied dra7xx-psdkla_evm_06_00_00_03.xml (renamed it to manifest.xml) and placed it into the .repo directory I got the following error:
I tried just a repo sync and got the following error:
So I am wondering if I need to use my TI registered username/password for the repo to work, I am wondering if that is the reason I am getting a connection refused?
Also, as an FYI, when I was following the document, I had to download python3 since Ubuntu 14.04 only came with python2, and the install was failing earlier in the setup.
Thank you,
William