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.

Linux/EVMK2G: SDK building, source download, fails with http error 503 service unavailable

Part Number: EVMK2G

Tool/software: Linux

I'm following the guide to build the processor SDK for k2g-evm version 04.01.00.06.

My problem is that the source download always fails with error 503 service unavailable when downloading the file

http://software-dl.ti.com/processor-sdk-mirror/sources/git2_git.ti.com.ti-linux-kernel.ti-linux-kernel.git.tar.gz

Connection closed at byte 2615988472. Retrying.
(try: 2) software-dl.ti.com/.../git2_git.ti.com.ti-linux-kernel.ti-linux-kernel.git.tar.gz
Connecting to software-dl.ti.com (software-dl.ti.com)|195.215.247.107|:80... connected.
HTTP request sent, awaiting response... 503 Service Unavailable

I have tried many times over a week.
One time I successfully downloaded to file, but after a system rebuild I had to do it again, and have not been successful.
I have tried on two different systems on two different networks (both without http proxy). I have also tried to manually download the file with wget and http in a browser (windows and linux).
The result is always the same. About half the file (2 GB) gets downloaded before the server responds with error 503. If I resume (wget -c) the server responds immediately with error 503.

Error 503 seems to indicate its a server problem, especially since I'm able to connect and download part of the file.

Any suggestions how to fix this is much appreciated.

BR, Henrik