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/TDA2EX17EVM: Application image creation with Ubuntu 14.04

Part Number: TDA2EX17EVM
Other Parts Discussed in Thread: PROCESSOR-SDK-TDAX

Tool/software: Linux

Hi,

I am trying to create my application image on Linux system.

I have created .rprc image of my output file. But I get below error.

MulticoreImageGen: Command not found.

Command: MulticoreImageGen BE 00 APP_BE 05 Application.rprc

Please let us know ASAP, we want to provide Linux image creation support for our client.

Many Thanks,

Kanchan

  • Hi Kanchan,

    Looking like "MulticoreImageGen" path is not set

    Refer "build_multi_core_image_gen.mk" file under vision_sdk/build/rtos/makerules for your reference

    Regards

    Suryamani Jena

  • Hi, please check below screen shot which will give clear picture of command I have used. I think "MulticoreImageGen" path is set correctly.

    Please let us know if there is any dependency to run binary file MultiCoreImageGen file.

    Thanks,

    Kanchan

  • Hi,

    I have referred build_multi_core_image_gen.mk mentioned by you and used chmod command.
    But the difference is CHMOD set as "CHMOD = $(UTILSPATH)/chmod" in env.mk file.
    UTILSPATH is set as UTILSPATH = /bin

    Can you please let us know which is this bin directory. I could not find bin/chmod path in my VisionSDK installation folder.
    Also I have 32 bit Linux system. "MultiCoreImageGen" will it support my system ?

    Thanks,
    Kanchan
  • Hi Kanchan,

    Can you try this on a 64 bit machine and see if it is working for you.

    Regards,
    Rishabh
  • Hi,

    I am able to generate application image on 64 bit machine. But that image does not work.

    We are using PROCESSOR_SDK_VISION_03_00_00_01_setuplinux.bin file for installation on Linux machine.
    We can only install this file on 32 bit Linux machine and could not install on 64 bit machine.
    For 64 bit machine when we tried installing with command sudo ./PROCESSOR_SDK_VISION_03_00_00_01_setuplinux.bin, further execution was aborted.

    Can you please confirm if this bin file is supported only on 32bit machine ?

    Thanks,
    Kanchan
  • Hi Rishabh,

     

    This is regarding compiler installation on Linux 64 bit system.

    We are currently using bin file “PROCESSOR_SDK_VISION_03_00_00_01_setuplinux.bin” for installation on 32 bit Linux machine. This works fine.

    Please let us know from where we can download setup file to install compiler ti-cgt-arm_16.9.4.LTS and ti-cgt-arm_16.9.2.LTS on Linux 64 bit system.

     

    Many thanks,

    Kanchan

  • Hi Kanchan,

    The compiler is already provided in the installed package. If you check ti_components\cg_tools\linux\ti-cgt-arm_16.9.2.LTS\ folder there will be ti_cgt_tms470_16.9.2.LTS_linux-x64_installer_install.log file.

    Regards,
    Rishabh
  • Hi Rishabh,

    We do not have a setup file for Vision SDK to install on Linux 64 bit machine. Thus we can not access above mentioned path to access compiler
    ti-cgt-arm_16.9.2.LTS.
    Please provide VISION SDK setup file to install on Linux 64 bit machine. Also please let us know installation procedure.
    Please let us know if compiler "ti-cgt-arm_16.9.2.LTS" will be part of this VISION SDK package.

    We have checked attached Vision SDK user guide. Linux installation info provided is not sufficient. Please let me know if further inputs are required from our side.

    Thanks,
    Kanchan
  • Hi Kanchan,

    Vision SDK AKA Processor SDK Vision can be downloaded from www.ti.com/.../PROCESSOR-SDK-TDAX.
    The installation procedure is exactly same as mentioned in user guide and as I mentioned previously the compiler is part of Vision SDK package.
    Are you facing any issue with installation?

    Regards,
    Rishabh
  • Hi Rishabh,

    I can not access above link. Please find below screen shot.

    I am referring section 2.2 Linux Installation from VisionSDK_UserGuide_TDA2Ex.pdf

    I have referred subsections 2.2.1 PC Requirements, 2.2.2 Software Requirements, We are not referring section 2.2.2.1 A15 Compiler, Linker, as we do not need A15 compiler.

    Here we do not get any information what is a setup file to install Vision SDK or compiler ti-cgt-arm_16.9.4.LTS on Linux 64 bit machine.

    Request you to provide setup file for same.

    Thanks,

    Kanchan

  • Hi Kanchan,

    "." got added to the hyperlink. Anyway here is the link again: www.ti.com/tool/PROCESSOR-SDK-TDAX
    You should look at VisionSDK_Linux_UserGuide.pdf for installation steps.

    Regards,
    Rishabh
  • Hi Kanchan,

    As discussed with you the installer present in this location works on 64 bit machine. The installation commands are:

    chmod +x PROCESSOR_SDK_VISION_03_02_00_00_setuplinux.bin
    ./PROCESSOR_SDK_VISION_03_02_00_00_setuplinux.bin
    

    Regards,

    Rishabh