Tool/software: TI-RTOS
Dear all,
I need add NDK support in VSDK.
Now I already compile NDK in IPU2 and disable in kernel.
In EVM, I can find below log:
[HOST] [IPU2 ] 20.286128 s: SYSTEM: Initializing Links !!! [HOST] [IPU2 ] 20.410022 s: NSP GMAC: PHY 2 Found on MAC Port 0 [HOST] [IPU2 ] 20.410632 s: NSP GMAC: PHY 3 Found on MAC Port 1 [HOST] [IPU2 ] 20.559019 s: SYSTEM: Initializing Links ... DONE !!! [HOST] [IPU2 ] 20.610565 s: NDK: Link Status: 100Mb/s Full Duplex on PHY 2 [HOST] [IPU2 ] 20.646586 s: CHAINS: Application Started !!! [HOST] [IPU2 ] 20.657048 s: BOARD: Board Init in progress !!! [HOST] [IPU2 ] 20.657506 s: BOARD: Board Init Done !!! [HOST] [IPU2 ] 20.666534 s: [HOST] [IPU2 ] 25.559751 s: NETWORK_CTRL: Starting Server (port=5000) !!! [HOST] [IPU2 ] 25.560086 s: NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
But in customer board:
Change to MII mode.
#if defined(DEVICE_VAYU) /* * National PHY on Vayu EVM does not work with the default INBAND detection mode. * It would seem the Rx clock from the PHY is not generated unless the Tx clock * from the Vayu device is present. So set the mode to force 1Gbps to start. */ MAC_CONNECTION_TYPE_RGMII_FORCE_1000_FULL; // MAC_CONNECTION_TYPE_MII_100 #else
MAC_CONNECTION_TYPE_MII_100;//MAC_CONNECTION_TYPE_RGMII_DETECT_INBAND; #endif
We can not find NSP log.
Please provide the detail about nsp and ndk? How to configure Mii mode. and debug network in vsdk ?
Best Regards,
Fredy