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.

C6678 NDK例程“client”问题和修改NIMU驱动问题

大家好

  A、我用的是C6678芯片。

  B、硬件环境: 

         用的是我们自己的硬件板。

  C、软件环境:

         CCS5.3.0,mcsdk_2_01_02_06,pdk_C6678_1_1_2_6

我现在需要把NDK例程"client"用来跑通SGMII0口,然后我参考之前帖子,需要修改nimu_eth.c或者platform.c。

1.然后我按照他们的要求修改了,clean project之后再build project但是对“client”程序完全没影响,还是只能在SGMII1口跑通,SGMII0不行。

2.我把C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib\src的platform.c和

    C:\ti\pdk_C6678_1_1_2_6\packages\ti\transport\ndk\nimu\src的nimu_eth.c删除了,结果还是一样。

-----------------------------------------------------------------------------------------------------------

所以我觉得"client"的NIMU驱动并没有更新。

我看到帖子e2e.ti.com/.../150203.aspx上说

”Please note that after building Platform Lib, please rebuild Nimu_ETH driver and then the application.“

问题:如何building Platform Lib和rebuild Nimu_ETH driver???

望大家指点