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.

nsp ndk omapl138

Other Parts Discussed in Thread: OMAPL138

I have a phy device connected to omapl138 by RMII, the phy device is KSZ8001.

Does ndk and nsp work on it directly?

Or how can I do to make it work?

nsp_1_10_01_06

ndk_2_20_00_19

  • The NDK and NSP you reference are tested for the omapL138 and 6748 EVMs and LCDK boards from TI.   These boards have similar memory map and same ethernet PHY.  The examples in the NSP will work on either.

    I suggest you look at the docs at this site and see if your PHY is same or compatible.  If it is not compatible, you will have to modify the driver source code and rebuild.

    http://www.ti.com/tool/tmdxlcdk6748?DCMP=dsp-anniv-120901&HQS=dsp-anniv-em-sw1

    I would suggest purchasing the LCDK board and running the examples there as a reference.  It might save you some time in the long run.

    Regards,
    -Karl-

  • I have a phy device connected to omapl138 by RMII, the phy device is KSZ8001.

    At last I used nsp_1_00_00_09 and ndk_2_20_00_19, I change macsel = RMII, then I use the example in nsp, but it says as follow:

    TCP/IP Stack Example Client
    Using default MAC address
    Using MAC Address: 00-08-ee-03-14-99
    MAC Address = 00-08-ee-03-14-99
    EMAC should be up and running
    EMAC has been started successfully
    Registeration of the EMAC Successful
    Network Added: If-1:192.168.253.10
    Service Status: Telnet   : Enabled  :          : 000
    Service Status: HTTP     : Enabled  :          : 000
    Link Status: 100Mb/s Full Duplex on PHY 0

    I do some test in my host pc, but it not work. where is the problem?