Hello TI,
SDK version : ti-processor-sdk-qnx_j784s4_09_00_00_03
The bellow issues where observed while booting QNX with SDK 9.0
1. It is observed that the structure defenition for phy VSC8514 is removed in 9.0SDK. But the reference to it is still found under enetphy.c file.
2. enet_osal_dflt.c source file is missing/removed from psdkqa/pdk/packages/ti/drv/enet/src/common/. Function definition of EnetOsalDflt_initCfg() is not available in this case. Hence call to EnetOsalDflt_initCfg from enet.c will fail.
Please find the log from QNX boot bellow.
Starting Network driver... unknown symbol: gEnetPhyDrvVsc8514 referenced from devnp-cpsw9g.so unknown symbol: gEnetPhyDrvVsc8514 referenced from devnp-cpsw9g.so unknown symbol: EnetOsalDflt_initCfg referenced from devnp-cpsw9g.so INF:gptp:index=1 speed=1000, duplex=full, ptpdev=tilld1
Thank you in advance.