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.

Linux/TDA2EVM5777: The install bin file cannot work normally?

Part Number: TDA2EVM5777

Tool/software: Linux

Dear,

Now I install VISION_SDK_02_12_00_00_setuplinux.bin  in VMware workstation 12 pro,but nothing happens while executing the command according to Vision SDK (v02.12.00) Linux User Guide.pdf

The following is commands tried by me, but in fact,the installation work cannot start .

meng@ubuntu:~/TDA2X/VisionSDK_2_12$ bash
meng@ubuntu:~/TDA2X/VisionSDK_2_12$ ./VISION_SDK_02_12_00_00_setuplinux.bin

meng@ubuntu:~/TDA2X/VisionSDK_2_12$ chmod 777 VISION_SDK_02_12_00_00_setuplinux.bin
meng@ubuntu:~/TDA2X/VisionSDK_2_12$ ./VISION_SDK_02_12_00_00_setuplinux.bin

meng@ubuntu:~/TDA2X/VisionSDK_2_12$ chmod a+x VISION_SDK_02_12_00_00_setuplinux.bin
meng@ubuntu:~/TDA2X/VisionSDK_2_12$ ./VISION_SDK_02_12_00_00_setuplinux.bin

meng@ubuntu:~/TDA2X/VisionSDK_2_12$ sudo chmod a+x VISION_SDK_02_12_00_00_setuplinux.bin
[sudo] password for meng:
meng@ubuntu:~/TDA2X/VisionSDK_2_12$ ./VISION_SDK_02_12_00_00_setuplinux.bin

could you give me some suggestions for this?

BRS,

Meng

  • Hi Meng,

    can you run "ls -l" after you do "chmod" and post the output?

    Regards,
    Yordan
  • Hi Yordan,

    meng@ubuntu:~/TDA2X/VisionSDK_2_12$ ls -l

    total 1783116
    -rwxrwxrwx 1 meng meng 1825904135 Feb 20 18:21 VISION_SDK_02_12_00_00_setuplinux.bin

    what mentioned above is the output information after "ls -l",

    could you give some suggestion for me according to these information?

    sorry, I have a little knowledge informaion about linux os?

    BRS,
    Meng
  • Hi Meng,

    can you run the following commands:

    uname -a
    lsb_release -a
    file VISION_SDK_02_12_00_00_setuplinux.bin

    and post the output?

    Thanks,
    Yordan
  • Hi Yordan,

    Thank you for your reply.

    The following are the output messages following your suggestions

    meng@ubuntu:~/TDA2X/VisionSDK_2_12$ uname -a
    Linux ubuntu 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


    meng@ubuntu:~/TDA2X/VisionSDK_2_12$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 16.04.1 LTS
    Release: 16.04
    Codename: xenial


    meng@ubuntu:~/TDA2X/VisionSDK_2_12$ file VISION_SDK_02_12_00_00_setuplinux.bin
    VISION_SDK_02_12_00_00_setuplinux.bin: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped


    meng@ubuntu:~/TDA2X/VisionSDK_2_12$

    BRS,

    Meng

  • Hi Meng,

    can you try the following before running the installer:

    sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev lib32ncurses5 lib32bz2-1.0

    Regards,
    Yordan
  • Hi Yordan,

    Thank you for your reply.

    According  to 2.2.3

    Other mandatory software packages for build

    Ensure these packages/tools are installed on the installation machine

    uname, sed, mkimage, dos2unix, dtrx, mono-complete, git, corkscrew

    To install $>sudo apt-get install <package_name>

    after I enter the following command,

    meng@ubuntu:~/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/linaro$ sudo apt-get install uname

    The following information shows:

    pt-get install uname
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package uname

    I do know what causes this problem? could you give me some suggestion?

    The path is ok?

    BRS,

    Meng

  • Hi Yordan,

    "The path is ok?"

    my meaning is installation path:

    meng@ubuntu:~/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/linaro$ sudo apt-get install uname

    BRS,

    Meng

  • Hi Meng,

    in this case the path do not matter - the "apt-get install" command adds new software to your linux installation.
    About "uname": you do not need to install it, you already have it installed (you can run it in the terminal,
    it is used to get information about the kernel: version, build date, etc.)

    Regards,
    Yordan