Hello,
I have been trying to build QNX SDK RTOS for J721e board; Instructions from here: software-dl.ti.com/.../build_steps_j721e.html
For the latest relase (08_05_00), from this link: https://software-dl.ti.com/jacinto7/esd/processor-sdk-qnx-jacinto7/08_05_00_06/exports/docs/build_steps_j721e.html
File names: ti-processor-sdk-rtos-j721e-evm-08_05_00_11.tar.gz & ti-processor-sdk-qnx_j721e_08_05_00_06.tar.gz
I have installed all the QNX dependencies listed in the Release notes.
Following the instructions from until I run "make qnx_fs_create". I tried multiple times but with 8.05 release, I keep getting this error with /j721e/* : No such file or directory
Detailed trailing logs attached:
cp -rfL /home/user/qnx710/target/qnx7/aarch64le/usr/lib/graphics/dummy/libWFDdummy.so /home/user/ti/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/psdkqa/qnxfs/usr/lib/graphics/j721e/
cp -rfL /home/user/qnx710/target/qnx7/aarch64le/usr/lib/graphics/j721e/* /home/user/ti/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/psdkqa/qnxfs/usr/lib/graphics/j721e/
cp: cannot stat '/home/user/qnx710/target/qnx7/aarch64le/usr/lib/graphics/j721e/*': No such file or directory
/home/user/ti/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/psdkqa/qnx/scripts/qnx_fs_create_qnx710.mk:41: recipe for target 'qnx_sdk' failed
make[1]: *** [qnx_sdk] Error 1
make[1]: Leaving directory '/home/user/ti/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/psdkqa/qnx'
make: *** [makefile:202: qnx_fs_create] Error 2
user@user-VirtualBox:~/ti/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/psdkqa/qnx$
Although I do not have the exact folder of /graphics/j721e/* in my setup, I do have folders: dummy, j721s2, jacinto7, vulkan. I tried to copy contents of j721s2 into the folder but I get other errors with this.
Is this because the release notes do not cover some additional packages that I need to install from QNX?
Or is this because the versions of downloads I am working with do not match exactly? 08_05_00_11 vs 08_05_00_06?
Or am I missing some system dependencies?
Please advice.
Thank you