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.

Error while testing demo files in Desktop-linux-sdk 01.00.00.07

I get the following error while executing the test files created by previous steps

Error opening input file: ../../../../testfiles/test.file
padmanvh@padmanvh-System-Product-Name:~/ti/desktop-linux-sdk_01_00_00_07/demos/filetestdemo/scripts$ ./run_memcpytest.sh 4 0x400000Error opening input file: ../../../../testfiles/test.file

padmanvh@padmanvh-System-Product-Name:~/ti/desktop-linux-sdk_01_00_00_07/demos/filetestdemo/scripts$ sudo su
root@padmanvh-System-Product-Name:/home/padmanvh/ti/desktop-linux-sdk_01_00_00_07/demos/filetestdemo/scripts# ./run_memcpytest.sh 4 0x400000

Error opening input file: ../../../../testfiles/test.file

Whats the problem with this, all the previous steps were successful. Awaiting guidance

Thanks and regards

Venkatesh Padmanabhan

  • test.file is not supplied with the SDK. You can use any file for the purpose (for example, you can rename the desktop linux SDK installer .bin file as test.file).

    The contents of that file will be transferred to the DSP's DDR and then back to X86 to show you the data path working.