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.

Cannot get helloWorld NDK example project to work on OMAP-L138 experimenter board

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

My system specs:

Target: C674x core on Zoom OMAP-L138 eXperimenter kit

OS: Microsoft Windows XP Professional w/ Service Pack 3

Code Composer Studio Version: 4.2.1.00004

DSP/BIOS Version: 5.41.07.24

Code Generation tools: TI v7.0.3

NDK version: 2.0 w/ OMAPL138 NSP version 01.00.00.01

Description of Problem:

I am trying to run the HelloWorld NDK example on my development board.  I ported the example project into CCS4 and was able to build it with no errors or warnings.  When I run the example project,  the console window spits out the following:

"TCP/IP Stack 'Hello World!' Application

Using default MAC address
Using MAC Address: 00-08-ee-03-14-6d"

The application never returns an IP address.  I have tried pinging and running the winapp program to try and communicate with the C674x core, but I get nothing.  I configured the code to use DHCP as well as a static IP address resulting in the same problem.  My guess is that the Ethernet PHY is not being initialized properly.  I read in an online manual that the "Ethernet jack located on the application baseboard is to only be used with the MII PHY; whereas the  Ethernet jack located on the UI board is to be used only with the RMII PHY. "  I do not know if this affects me or not. 

Please help,

Conrad