Hi All
We have a customer trying to use DM6437 EVM and not able to run any demos on the EVM. I have included the customer's message below.
Message 1
We have all the relevant software.
When we try to run the demo software, we can "Discover" the IP/MAC address
but we are not able to connect as we keep losing network connectivity.
The EVM and PC are connected to a switch. On most occasions we cannot
connect.
We have tried this from 2 independent stations.
We have not connected to a TV yet (for verification of the video).
We verified that the DSP is running using the Code Composer studio.
Message 2
When we tried to configure static IP address the following message is observed.
Here's what I did to use static IP
1. In app_main.c
strcpy(APP_GLOBAL_data.ndk.ipAddrMethod , "static" );
strcpy(APP_GLOBAL_data.ndk.staticIpAddr ,
"192.168.1.41" );
2. Local PC set to an IP address of 192.168.1.39
3. Rebuilt the project with the changes in 1 (spent time fixing paths and undefined variables)
4. Run the program dm6437_demo.out using CCS 3.3 (USB cable). Confirmed that the program is RUNNING.
5. Tried to ping 192.168.1.41 (even set route -p add 192.168.1.41
192.168.1.39)
but failed.
6 I don't see the IP of the EVM board using ipscan.
On other PCs the network connectivity goes down after a few seconds, when using dhcp.
Please advice on what should be the settings for IP addressing dhcp or static.
With Regards
Pravin Angolkar
FAE
Texas Instruments
India