Tool/software:
Hi TI Team,
We are working on J784S4 EVM and we have downloaded the QNX SDP 8.0, QNX SDP 8.0 Screen Board Support J784S4 (with Debug Symbols), QNX SDP 8.0 BSP for Texas Instruments Jacinto 7 J784S4 Evaluation Modules and QNX SDP 8.0 Networking - io-sock from QNX software center with their respective build ID's as shown below.
We have also followed the QNX build procedure by referring to the following TI provided document.
Following commands got successfully executed without any errors:
1.
cd ${PSDK_RTOS_PATH} ./sdk_builder/scripts/setup_psdk_rtos.sh
2.
cd ${PSDK_RTOS_PATH} tar -xvf ti-processor-sdk-qnx_j784s4_xx_xx_xx_xx.tar.gz -C ${PSDK_RTOS_PATH}
3.
cd ${PSDK_QNX_PATH} QNX_SDP_VERSION=800 ./psdk_qnx_setup.sh
4.
export QNX_SDP_VERSION=800
export QNX_BASE=<path_to_qnx800_dir>
export BUILD_QNX_MPU=yes
export PROFILE=release
export BOARD=j784s4_evm
export SOC=j784s4
5.
cd ${PSDK_QNX_PATH}/qnx
make all -jN
make qnx_fs_create
After successful bsp build, inside the path
ti-processor-sdk-rtos-j784s4-evm-11_00_00_06/psdkqa/qnx/bsp/src/hardware, we are not able to see 'devnp' directory. Please help. We need to work on how the Ethernet related binaries are getting generated.
Also it would be more helpful if we get know where exactly we are having sources for ethernet driver.

Thanks and Regards
Noor Suhil