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.

TDA4VM: QNX SDK build error

Part Number: TDA4VM

Hello TI,

so far I worked with RTOS and Linux SDK, everythign works.

Now I tried QNX SDK (ti-processor-sdk-rtos-j721e-evm-07_03_00_07 + QNX 07.03.00 + all 3 patches),
everything configured as suggested in the docs.

Building the SDK with make sdk worked fine. Then I do make qnx_fs_create and run into this:

######## bsp ########
cp -rfL /home/jahi/ti/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/psdkqa/qnx/bsp/images/ifs-j721e-evm-ti.raw /home/jahi/ti/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/psdkqa/bootfs/qnx-ifs
cp: cannot stat '/home/jahi/ti/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/psdkqa/qnx/bsp/images/ifs-j721e-evm-ti.raw': No such file or directory
/home/jahi/ti/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/psdkqa/qnx/scripts/qnx_fs_create_qnx710.mk:20: recipe for target 'all' failed

I use the 710 QNX and changed config from J7ES SR 1.1 to J7ES SR 1.0.

The file which it want's to copy does not exist. What can I do?

I even tried copying psdkqa/qnx/bsp/images/ifs-j721e-evm.raw to psdkqa/qnx/bsp/images/ifs-j721e-evm-ti.raw
but then it fails because it cannot find psdkqa/qnx/resmgr/sciclient_qnx_rsmgr/aarch64/o.le/tisci-mgr.

Br Jan