Hi All,
When I double click or try to run the ti-sdk-am335x-evm-05.03.00.00-Linux-x86-Install, It is poping up an error message in ubuntu 12.04. I installed it successfully in ubuntu 11.02. Am I missing anything in ubuntu 12.04.
Regards,
Vishwas HC
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.
Hi All,
When I double click or try to run the ti-sdk-am335x-evm-05.03.00.00-Linux-x86-Install, It is poping up an error message in ubuntu 12.04. I installed it successfully in ubuntu 11.02. Am I missing anything in ubuntu 12.04.
Regards,
Vishwas HC
Vishwas,
Can you please provide the log with the error message?
Thanks,
Carlos
Hi Carlos,
Please find the attached screen shot. This message pops up when I double click on the install file.
Regards,
Vishwas
Vishwas,
I did not see any attachment. Did you forget to include it?
Carlos
Vishwas,
It seems like the file does not have executable rights. 'ls -l' command will show the file rights.
If that's the case then:
cd <directory where installer file resides>
chmod +x <installer file>
Regards,
Carlos