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.

CCS/PROCESSOR-SDK-AM335X: Error installing TI-RTOS components to CCS v8

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Code Composer Studio

Hi,

I've been trying to install Processors SDK for AM335X to my Code Composer Studio v8 for a while; however, I've come across the following error that does not clearly specify what the error may be stemming from.

I acquired the Processor SDK from this link:  which includes both Code Composer Studio (v.8.2.0.00007) and TI-RTOS components (SYS/BIOS v.6.73.01.01 and others, as can be seen in the attached screenshot), so I doubt they could be incompatible.

I'm attempting this on my Ubuntu 16.04 virtual machine installed on a Windows PC.

What could be going wrong? Is there any kind of error log etc. that I can include for you to help me solve the issue?

Thanks in advance,

OkCalis

  • Hi,

    It seems the error is related to a disk or access permissions issues (I/O Error while copying...)

    How did you install CCS? From the path /opt/ti, it seems you installed it as a superuser (or "sudo"). in this case, can you be sure that you are also running CCS as a superuser to add products to it? That would explain the inability of CCS to write the necessary files.

    Hope this helps,
    Rafael
  • Sorry for the *very* late reply.
    I apparently installed CCS with sudo, as you suspected. Uninstalling and reinstalling it without sudo solved the problem.
    Thank you.