Part Number: CC1310
Tool/software: Code Composer Studio
I am re-opening a thread that was never resolved.
I am running on Red Hat Enterprise Linux 7.6, and I installed CCS v8 using the offline installer. My corporate network uses an HTTP proxy and is configured properly. CCS v8 is able to receive updates from the DVT Updates repository and GCC ARM Compiler Tools Updates repository without any issues.
For the Code Composer Studio v8 Updates repository, reloading it throws an org.eclipse.equinox.p2.core.ProvisionException, with:
Artifact not found: http://software-dl.ti.com/ccs/esd/CCSv8/Updates/compositeContent.xml.
For the Code Generation Generation Tools Updates repository, reloading it throws the same exception but with:
Artifact not found: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar.
I am able to download both files above at the command-line without issue — but the TI download server is performing HTTP redirection:
$ wget "http://software-dl.ti.com/ccs/esd/CCSv8/Updates/compositeContent.xml" --2018-11-07 12:29:10-- http://software-dl.ti.com/ccs/esd/CCSv8/Updates/compositeContent.xml Connecting to <proxy server address>... connected. Proxy request sent, awaiting response... 301 Moved Permanently Location: http://downloads.ti.com/ccs/esd/CCSv8/Updates/compositeContent.xml [following] --2018-11-07 12:29:10-- http://downloads.ti.com/ccs/esd/CCSv8/Updates/compositeContent.xml Reusing existing connection to <proxy server address>. Proxy request sent, awaiting response... 200 OK Length: 2187 (2.1K) [application/xml] Saving to: ‘compositeContent.xml’ 100%[======================================>] 2,187 --.-K/s in 0s 2018-11-07 12:29:10 (199 MB/s) - ‘compositeContent.xml’ saved [2187/2187] $ wget "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar" --2018-11-07 12:29:22-- http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar Connecting to <proxy server address>... connected. Proxy request sent, awaiting response... 302 Moved Temporarily Location: https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar [following] --2018-11-07 12:29:22-- https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar Connecting to <proxy server address>... connected. Proxy request sent, awaiting response... 302 Moved Temporarily Location: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar?tracked=1 [following] --2018-11-07 12:29:23-- http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar?tracked=1 Reusing existing connection to <proxy server address>. Proxy request sent, awaiting response... 301 Moved Permanently Location: http://downloads.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar?tracked=1 [following] --2018-11-07 12:29:23-- http://downloads.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2linux/content.jar?tracked=1 Reusing existing connection to <proxy server address>. Proxy request sent, awaiting response... 200 OK Length: 4971168 (4.7M) [text/plain] Saving to: ‘content.jar’ 100%[======================================>] 4,971,168 11.2MB/s in 0.4s 2018-11-07 12:29:27 (11.2 MB/s) - ‘content.jar’ saved [4971168/4971168]
However even if I edit the repository URL based on what it resolves to above, CCS v8 throws the same exception.