This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA4VMXEVM
Tool/software: Code Composer Studio
Hi,
We have the J7 QUAD-PORT ETHERNET EXPANSION BOARD and we are trying to access it from Linux.
But we can not ping successly. We are using PSDKLA version 7.00.01 and PSDKRA version 7.00.00.11
Could you please let us know if it is supported or what we should change?
Regards,
Cuiqin
Cuiqin,
The Ethernet Firmware in 7.0 is still built by default with QSGMII support disabled due to a limitation in our SerDes initialization support in the current release that prevents configuring for both PCIe and QSGMII. This is a temporary software initialization issue that will be addressed in future releases.
Two flavors of CPSW apputils are currently build:
- cpsw_apputils – excludes QSGMII/I2C support
- cpsw_apputils_full –includes QSGMII/I2C support
EthFw is currently linked against cpsw_apputils, so a makefile has to be modified to link against cpsw_apputils_full
EthFw’s ENABLE_QSGMII_PORTS flag still has to be explicitly defined in BIOS app
Please not the duplication to https://e2e.ti.com/support/processors/f/791/t/923906 and monitor this thread as well.
Best regards,
Dave