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.

Trying to get an ethernet connection with a evm6678 evaluation board.

Hello,

We are trying to make a ethernet connection with a evm6678 evaluation board however it doesn't work out how it should. First things first I try to get the  hua_evmc6678l example working however initial i get 9 errors which concerns somthing about this variable  sin1.sin_len = sizeof( sin1 );  by looking on the internet I found out  https://e2e.ti.com/support/embedded/tirtos/f/355/t/425455 

Afterwards i was trying to write to the board and successfully this works (with all the switches in default position = first position from following link http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup ) I was even ably to run the program until I get following errors

[C66xx_0] QMSS successfully initialized 
	  CPPI successfully initialized 
 	  PA successfully initialized 
  	  PASS successfully initialized 
 	  Ethernet subsystem successfully initialized 
	  Ethernet eventId : 48 and vectId (Interrupt) : 7 
	  Timeout waiting for reply from PA to Pa_addMac command
	  ti.sysbios.heaps.HeapMem: line 354: assertion failure: A_invalidFree: Invalid free
	  xdc.runtime.Error.raise: terminating execution

then again i was able to find something by using google namely a site stating the switches should be in a no boot position however when i tried this I get following error:

http://processors.wiki.ti.com/images/f/fd/CCSv5_data_verification_error.png An there I'm stuck nothing seems to work anymore so my question what should I do?

Bring the switches back in the first position?

And if so how can I solve the first problem then?Can someone help me out.

Thanks.