Tool/software:
Hi,
I am using TDA4VM j721e Eval board.
SDK RTOS: ti-processor-sdk-rtos-j721e-evm-09_02_00_05
SDk QNX: ti-processor-sdk-qnx_710_j721e_09_02_00_04.
QNX: 7.1
QNX BSP: BSP_ti-j721e-am752x-evm_br-710_be-710_SVN927158_JBN10.zip
While making the QNX image, I stuck at a point where the PDK libs for qnx_mpu1_0 are missing:
home/test/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/test/ti_workspace/SDK/ti-processor-sdk-rtos-j721e-evm-09_02_00_05/psdkqa/pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma_apputils.aa72fg: No such file or directory
Similar for:
-udma_apputils
-ti.osal
-sciclient
So far I tried:
- set qnx build flags in sdk_builder / make_sdk.sh
- Checking other SDK releases for files.
Where I get those files or what is my missing part to make them?
Thanks