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.

how to use eve in linux?

hi, all

Since EVE starterware and the algorithm within it can only be built in windows and some execute file is generated , how to use them in linux ?

If i have developed an algorithm and want to use EVE, does this means that i need to build under windows and then how to use in linux?

very appreciate your help!

hailiang

  • Hi,

    May i know the SoC and the SDK revision you are using?

    - Keerthy

  • Hi,Keerthy

    I'm using tda2x evm and the sdk is processor sdk is 3.6

    regards

    hailiang

  • Hi Hailiang,

    Yes it is possible to build EVE_SW on Linux if you have EVE release EVE.SW.01.17.00.00 or later . Fortunately, SDK 3.6 comes with EVE.SW.01.19.00.00 so it should be fine.

    Beside that, you'll need to update the following environment variables:

    1. In <PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/algorithms/eve_sw_01_19_00_00/makefile, set the following variables:

    export ARP32_TOOLS ?= <PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/cg_tools/linux/arp32_1.0.7
    export DSP_TOOLS ?= <PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/cg_tools/linux/ti-cgt-c6000_8.2.4
    export xdais_PATH ?= "/<PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/codecs/xdais_7_24_00_04"

    2. In <PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/algorithms/eve_sw_01_19_00_00/makerules/makerules_eve.mk, set the following variables:

    HOST_TOOLCHAIN?=gcc
    HOST_TOOLCHAIN_PATH=/usr

    xdais_PATH ?= "PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/codecs/xdais_7_24_00_04"
    DMAUTILS_PATH ?= "PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/dmautils"

    ALGFRAMEWORK_PATH ?= "/PROCESSOR_SDK_VISION_03_06_00_00>/ti_components/algorithms/REL.ALGFRAMEWORK.02.08.00.00/algframework"

    Replace <PROCESSOR_SDK_VISION_03_06_00_00> with your own path to the SDK 3.06.

    Other than that, the build procedure is explained in the eve_sw_getting_started.pdf .

    regards,

    Victor

  • hi, Victor

    i got it. I will try  to build in linux.

    Thanks very much

    hailiang

  • Thanks Victor.

    Hi hailiang,

    If no other questions. Could you please resolve this issue?

    - Keerthy