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/AM4378: Unixbench for Processer SDK

Part Number: AM4378

Tool/software: Linux

Hi, Everyone

I have a qustion about PROCESSOR-SDK-LINUX-RT-AM437X.

My customer want to use UnixBench.
I understand it can not use for ProcesserSDK.

This understanding is correct ?

My customer got error below after UnixBench execute

”It does not have Time/HiRes of perl.”

If user use, can you tell me how to fix ?

Best Regards
Hiroyasu

  • Hello Hiroyasu,

    Your customer can easily build and install the required perl modules to their target.

    processors.wiki.ti.com/.../Processor_SDK_Building_The_SDK

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
    $ cd build
    $ . conf/setenv
    $ export PATH=$HOME/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin:$PATH
    $ MACHINE=am437x-evm ARAGO_RT_ENABLE=1 bitbake perl

    The modules are at this location:
    <tisdk>/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/perl/5.22.1-r0/deploy-ipks/armv7ahf-neon/

    Installation to the target:
    root@am437x-evm:~# opkg install perl-module-time-hires_5.22.1-r0_armv7ahf-neon.ipk

    Best regards,
    Kemal

  • Hi, Kemal

    Thank you for your reply,
    I got it.

    Best Regards
    Hiroyasu