Hello,
I am trying to install Linux SDK for TI jacinto6 Vayu EVM board. From TI website: https://www.ti.com/tool/PROCESSOR-SDK-DRA7X#tech-docs, I downloaded the DRA7xx EVM Linux SDK 64-bit Binary and Software Developers Guide for Processor SDK Linux Automotive.
According to the Software Developer Guide (ubuntu 14 or ubuntu 16 is recommended), I installed Ubuntu16.04 Linux at first. Then I run DRA7xx EVM Linux SDK binary on this Ubuntu16.04. I got some error which mentioned that the Ubuntu version is not 14. Then I installed Ubunt14.04 on this machine and followed the procedure described in Developer Guide. Then I got python mismatch issue. The reason is that some TI script downloaded ‘repo’, which version is relative new and it requires python3. However, on Ubunt14.04, the default python is python2. I installed python3, but still got errors. Then I googled this issue and found an old ‘repo’ which name is ‘repo-1”. I downloaded the ‘repo-1’ and replaced the original bin/repo installed by TI script with this ‘repo-1’. The TI Linux SDK was installed successfully.
Since I need to build a wifi driver, so I need to fetch source with command “./bin/fetch-sources.sh”. However, I always got below errors. I tried this in office and at home, so it should not be a proxy issue.
jgao@ubuntu:~/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ ./bin/fetch-sources.sh
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.208]: errno=Connection timed out
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection timed out
Fetching projects: 88% (8/9) glsdk/psdkla-kernelfatal: unable to connect to arago-project.org:
arago-project.org[0: 192.163.14.205]: errno=Connection timed out
fatal: unable to connect to arago-project.org:
arago-project.org[0: 192.163.14.205]: errno=Connection timed out
error: Cannot fetch oe-layersetup from git://arago-project.org/git/projects/oe-layersetup
Fetching projects: 100% (9/9), done.
M Rules.make
M bin/setup-yocto.sh
Already on 'psdkla_dev'
Already on 'psdkla_dev'
Already on 'psdkla_dev'
Already on 'psdkla_dev'
Already on 'psdkla_dev'
Already on 'psdkla_dev'
Already on 'psdkla_dev'
error: pathspec 'psdkla_dev' did not match any file(s) known to git.
jgao@ubuntu:~/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$
Could you please provide a procedure to properly install Linux SDK for Jacinto6 Vayu EVM and fetch all related kernel source code? Thank you very much for your support.
Thanks
Jianwei Gao
QNX Software Systems Ltd.