Is it possibile to run enetLwip_sysbios example provided with am3359 sdk rev 1.0.0.5?
I've compiled it as is but lwIPInit() function fails asserting "LWIP_PRINTF("\n\rUnable to add interface for interface %d", ifNum);"
I've tried to undefine symbol "ind_sdk", because actually demo will run on ICE board, but I got this compilation error:
"C:/ti/am335x_sysbios_ind_sdk_1.0.0.5/sdk/starterware/third_party/lwip-1.4.0/ports/cpsw/include/arch/sys_arch.h", line 35: fatal error #5: could not open source file "SafeRTOS/SafeRTOS_API.h"
1 fatal error detected in the compilation of "../sys_arch.c".
So: is it possibile to get any kind of ethernet connection through ICE demoboard? I don't mean ethernet AND ethercat on the same time in the same board. Just plain ethernet port instead of ethercat when ethercat fieldbus is not needed.
NOTE: in AM335x SYSBIOS Industrial SDK Getting Started Guide.pdf at page 6 is stated that Lwip Sample application for MicroSD card/SPI Flash can loaded and run onto ICE board, with no further details...
Thank you all!