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.

ndk helloworld

Other Parts Discussed in Thread: OMAPL138

Dear sir,

I am using standard example from texa  for omapl137 "D:\nsp_1_10_00_03\nsp_1_10_00_03\packages\ti\ndk\examples\ndk_evm6748_elf_examples\ndk_evm6748_elf_helloWorld\Debug"

It shows ony mac address not ip address...that mac address is not correct it shows wrong Mac...it is matching with the mac given backside of the board.......

what to do with this.....if you have .out file for omapl137 (may client ,cfgdemo or helloworld) please share it to me ...

thank you...


  • It shows ony mac address not ip address...that mac address is not correct it shows wrong Mac...it is matching with the mac given backside of the board.......

    Is MAC address matching with which is printed on your EVM board ?
    Is yes, it would read that MAC address from EEPROM (this MAC address might have written in board vendor's factory)
    So, I don't see any issues here.

    If you wish to port into OMAPL137 then just you can look into the following file alone and change the registers for OMAPL137.
    C:\ti\nsp_1_10_00_03\packages\ti\ndk\examples\ndk_evm6748_elf_helloWorld\emacHooks.c

    Just compare the required EMAC registers which are used in that file for OMAPL137 and OMAPL138.
    Also, I suspect that IP configuration on your board for not getting the IP address.

    Do you have LAN setup and DHCP server running (where we get the IP address dynamically) ?
    If yes, connect the ethernet cable to LAN and board would get the IP address automatically.
    If not, you have to modify the code for assigning the IP address (static) manually.
  • Hi Titus,

    Is MAC address matching with which is printed on your EVM board ?
    -->Mac address is not matching with the address written backside of the baord..means wrong pass word

    Do you have .outfile file this..if so please share with me..

    thank you