Dear TI Team,
I am using the EVMC6657 and I am playing around the NIMU_emacExample_EVMC6657C66BiosExampleProject.
I am also using the new processor SDK for C6657 version 2.00.01.07, I am not using the old MCSDK.
I am realize that the example is using an hard-coded EMAC address 08-00-28-FF-FF-20.
How can I change the EMAC address without changing the provided libraries (NDK, PDK)?
I have allready read the following posts:
It looks like that the latest version of the NIMU driver for C6657 in PDK is not really usable for production systems, because the implementation of function EMACInit_Core() in pdk_c665x_2_0_0\packages\ti\transport\ndk\nimu\src\v0\nimu_eth.c contains the hard-coded MAC address and the call of platform_get_macaddr() is uncommented. Is there any reason for that?
Also for your info, the provided platform library is not loadable from the *.cfg file (e.g. var Platform = xdc.loadPackage('ti.platform.evmc6657l');), because the XDC stops with error of a missing schema for that library.
Thanks for your help and kind regards
Sven