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.

MMWCAS-DSP-EVM: Networking stack not working with built ti-sdk

Part Number: MMWCAS-DSP-EVM

Good day.

I am following the instructions for compiling the PROCESSOR_SDK_VISION examples on a Linux machine, specifically an Ubuntu 14.04 VM set up for this application.

I have completed all of the REQUIRED steps in the PROCESSOR_SDK_VISION_03_08_00_00\vision_sdk\docs\Linux\VisionSDK_Linux_UserGuide.pdf document

I have flashed the filesystem on to the SD card, according to the point 3.1.2 and Section 4.2

Linux boot is working.

However, I initially struggled to get a static IP working, and then followed the instructions from this post: 

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1273560/tda4vm-edge-ai-kit---setting-static-ip/4829068?tisearch=e2e-sitesearch&keymatch=static%2520IP#4829068

I can now see the correct static IP when I do the `ifconfig` command:

eth0 Link encap:Ethernet HWaddr E0:FF:F1:B9:03:9C
inet addr:10.0.0.2 Bcast:10.0.255.255 Mask:255.255.0.0
inet6 addr: fe80::e2ff:f1ff:feb9:39c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:180 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6424 (6.2 KiB) TX bytes:16014 (15.6 KiB)
Interrupt:87

However, I cannot ping another system on the network, nor can I ping the radar device from another network.

According to Wireshark, the MMWCAS-DSP-EVM is responding to ARP messages, but it seems that the radar device is using an incorrect HW address: c0:ff:f1:09:03:9c

Any ideas on how to debug this problem further?