Other Parts Discussed in Thread: J6EVM5777, X5777BXGABC, DRA71
Tool/software:
I am verifying this with the PROCESSOR-SDK-DRA7X series SDK for Linux.
This is a question related to the DSP firmware included in the SDK.
- dra7-dsp1-fw.xe66
- dra7-dsp2-fw.xe66
■ Question
Is there an application included in the SDK that can run this firmware and perform stress testing on the DSP ?
I would like to measure the power consumption when the DSP is subjected to high processing loads.
I discovered that the Yocto project includes something called "ti-dsp-benchmark."
Is this related to stress testing?
~/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers/sources/meta-glsdk$ grep -rn "dsp"
meta-arago-distro/conf/distro/arago-source-ipk.conf:256:SRCIPK_INSTALL_DIR_pn-ti-cgt6x = "dsp-devkit/cgt6x_${PV}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:263:CREATE_SRCIPK_pn-ti-dspbios = "1"
meta-arago-distro/conf/distro/arago-source-ipk.conf:264:SRCIPK_INSTALL_DIR_pn-ti-dspbios = "dspbios_${PV}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:265:SRCIPK_PACKAGE_ARCH_pn-ti-dspbios = "${MACHINE_ARCH}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:275:CREATE_SRCIPK_pn-ti-dsplink = "1"
meta-arago-distro/conf/distro/arago-source-ipk.conf:276:SRCIPK_INSTALL_DIR_pn-ti-dsplink = "dsplink_${PV}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:277:SRCIPK_PACKAGE_ARCH_pn-ti-dsplink = "${MACHINE_ARCH}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:311:CREATE_SRCIPK_pn-ti-dsp-benchmark = "1"
meta-arago-distro/conf/distro/arago-source-ipk.conf:312:SRCIPK_INSTALL_DIR_pn-ti-dsp-benchmark = "example-applications/dsp-benchmark_${PV}"
meta-arago-distro/conf/distro/arago-source-ipk.conf:313:SRCIPK_PACKAGE_ARCH_pn-ti-dsp-benchmark = "${MACHINE_ARCH}"
I would appreciate your response.