Hi, all, I downloaded the SDK from http://www.ti.com/tool/linuxezsdk-sitara (ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install). When I tried to run it in Linux terminal (Ubuntu 10.10) as it was recommended in the tutorial http://processors.wiki.ti.com/index.php/Sitara_Linux_Software_Developer%E2%80%99s_Guide
nothing happened: yantsitrin@ubuntu:/mnt/hgfs/download$ date; ./ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install; dateMon Jun 11 08:53:12 PDT 2012Mon Jun 11 08:53:12 PDT 2012 Could you, please, provide me with idea what was wrong? Thanks,Yan
Hi, Anil,
On Ubuntu 10.04 it has been installed properly,
Thanks,
Yan
Hi, Paddul,
I think someone mentioned this problem before. You need to install ia32-lib in your 64-bit Ubuntu.
DL
Thank you, Coder,
I'll try this later on my 64-bits machine
This works perfectly at the beginning: the installation process starts and reaches the stage of "setup.sh" script execution. But then it says:
<<Verifying Linux host distributionUnsupported host machine, only Ubuntu 10.04 LTS supportedFailed setup, aborting..>>
So the only way to continue with AM335x Linux SDK installation is on the Ubuntu 10.04 LTS.
On the other hand, the script setup.sh does not run on Ubuntu 10.04 LTS the following command fails on Ubuntu 10.04 (but works properly on Ubuntu 10.10)
<<sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake>>
Hi Yan,
First of all please check with the SDK installer i.e. version, size etc. Save the SDK inside your directory as guided on TI link.Change the change permission to executable: chmod +x sitara SDK installerRun the SDK as with root permission: ./sitara SDK installerCheck with your Ubuntu version. If your host system has Ubuntu 10.04 LTS, it should goes smoothly. However in case of other versions, you need to change the variable inside setup_script. I even succeeded installing SDK on different linux OS es also without any error. Errors come while setting up the environment.But you can make changes into script file and can proceed along. The packages you mentioned in above message will be installed at the time of running setup_script. Make sure you already arranged and set up the entire system.Regards,Nitin
I had the same problem. I downloaded the SDK and when I clicked on it and tried to run from the terminal nothing happened. It turns out that the install exe will not run on anything but Ubuntu 10.04 LTS 32-bit.
I was running Ubuntu 12.04 LTS 64-bit. I installed VirtualBox with 10.04LTS and then it worked.