• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » ARM® Processors » Sitara™ ARM® » AM3x Sitara ARM Processors Forum » AM335x Linux SDK installation problem
Share
Sitara™ ARM®
  • Forum
  • Announcements
Options
  • Subscribe via RSS

AM335x Linux SDK installation problem

AM335x Linux SDK installation problem

This question is answered
Yan Tsitrin
Posted by Yan Tsitrin
on Jun 13 2012 03:16 AM
Prodigy240 points

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; date
Mon Jun 11 08:53:12 PDT 2012
Mon Jun 11 08:53:12 PDT 2012

Could you, please, provide me with idea what was wrong?

Thanks,
Yan

AM335x Linux SDK
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • paddu1
    Posted by paddu1
    on Jun 13 2012 03:35 AM
    Expert1195 points

    Hi,

    Are you sure that you have installed Ubuntu 10.04?....you have mentioned 10.10.

    Regards

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 03:39 AM
    Prodigy240 points

    Hi, 

    I saw that TI recommend to work with Ubuntu 10.04; but I thought Ubuntu 10.10 is also ok. Do you think this is the reason?

    Thanks

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Andreas Schlueter
    Posted by Andreas Schlueter
    on Jun 13 2012 04:10 AM
    Prodigy60 points

    Hi,

    1. check the file permissions, something like : r-xr-xr-x

    2.  For Ubuntu X.Y.  -> customize setup-scripts {ti-sdk-....}/bin after install.

    Regards

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 04:28 AM
    Prodigy240 points

    [1] -rwxrwxrwx 1 root root 1448217450 2012-06-11 07:46 ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    [2] I've not reached "after install" yet.

    Thanks,

    Yan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Andreas Schlueter
    Posted by Andreas Schlueter
    on Jun 13 2012 04:43 AM
    Prodigy60 points

    ok,

    try : sudo ./ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    Regards,

    Andreas

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Vageesh KM
    Posted by Vageesh KM
    on Jun 13 2012 04:46 AM
    Intellectual320 points

    Hi Yan,

    Try these steps...

    yantsitrin@ubuntu: mkdir project            - - -create directry as project

    yantsitrin@ubuntu: cd project                 -- go to the project

    yantsitrin@ubuntu: /project$ mkdir AM335X    - create dir as AM335X

    yantsitrin@ubuntu: cd /mnt/hgfs/doxxxxx - go to your downlaoded linux installer and cp to the AM335x folder - cp /mnt/hgfs/downxxxx /home/user(yantsitrin)/project/AM335X

    then go that directry - /project/AM335X and do this

    yantsitrin@ubuntu: chmod +x ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    yantsitrin@ubuntu sudo ./ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    and change the path to home/yantsitrin/project/AM335X/ti-am335x.xxxx.x.x.x..x.x.

    and accept and click next to instal the SDK.

    regards,

    Vageesh K M

     

    Regards,

    Vageesh K M

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 05:45 AM
    Prodigy240 points

    Thank you, Andreas,

    I tried sudo and also tried to perform this as root. The both didn't work :-(

    Thanks

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 05:51 AM
    Prodigy240 points

    Vageesh, 

    Thank yuo very much for your detailed and exhaustive reply;

    however

    [1] the Install file permissions are ok:

    -rwxrwxrwx 1 root root 1448217450 2012-06-11 07:46 ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    [2] sudo and even root permissions do not help.


    Thanks,

    Yan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Anil
    Posted by Anil
    on Jun 13 2012 05:58 AM
    Verified Answer
    Verified by Yan Tsitrin
    Expert6655 points

    Hi Yan,

    Make sure that the binary is downloaded fully, if not try to download again. I think you can verify using md5 checksum.

    Regards

    AnilKumar

    Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 07:24 AM
    Prodigy240 points

    Hi, Anil, 

    Thank you very much for your idea!

    Actually, I suspected that the problem is with the install file integrity. Do you know how can I get md5 hash values for 

    (ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install) ?

    Thanks,

    Yan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Vageesh KM
    Posted by Vageesh KM
    on Jun 13 2012 07:32 AM
    Intellectual320 points

    Hi,

    Please find the details from below link.

    http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/index_FDS.html

    Check whether you have downloaded the complete file of size 1.34GB.

    Regards,

    Vageesh

    Regards,

    Vageesh K M

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 07:40 AM
    Prodigy240 points

    Hi, Vageesh, 

    I downloaded the install file from this location:

    http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/index_FDS.html

    its properties are

    -rwxrwxrwx 1 root root 1448217450 2012-06-11 07:46 ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    Thanks,

    Yan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Anil
    Posted by Anil
    on Jun 13 2012 10:23 AM
    Expert6655 points

    Hi Yan,

    You can refer this txt, which is located on the same directory

    http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/exports/md5sum.txt

    Regards

    AnilKumar

    Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yan Tsitrin
    Posted by Yan Tsitrin
    on Jun 13 2012 11:10 AM
    Prodigy240 points

    Hi, Anil,

    The md5-s are the same:

    52437516a5612c06817cc2e8bb86b16f  ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install

    I'm installing Ubuntu 10.04 now; I want to use it instead of my Ubuntu 10.10. May be 10.10 is problematic.

    Thank you for your cooperation,

    Yan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • paddu1
    Posted by paddu1
    on Jun 13 2012 20:00 PM
    Expert1195 points

    Regarding the Ubuntu Version, there is some FAQ here..

    http://processors.wiki.ti.com/index.php/EZSDK_5.0_Single_Installer_FAQ#Ubuntu_has_released_11.10.2C_but_this_installer_checks_specifically_for_10.04_which_is_older._Why_can.27t_the_installer_work_out_of_the_box_on_11.10.3F

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use