Hi,
I have EVMOMAPL137 board and try to run the ndk_evm6748_bios5_cfgdemo example on this board (this example is simplest for lan w/o dhcp).
Thus, I created new copy of omapl138 ndk driver folder and rebuilt it for omapl137 platform.
i.e. renamed all occurrences of the string "omapl138" on the "omapl137" and changed the variable macsel=RMII in the csl_mdio.c, after configure the config.bld, the ethernet driver was succesfully rebuilt.
After this, I linking my ethernet driver in to the ndk_evm6748_bios5_cfgdemo project and changed bios5 configuration file for evmomapl137 platform. This project also successfully built w/o warnings and errors.
But this project not working correctly on the board. Thus, in the debugger console I have:
TCP/IP Stack Client Configuration Demo
192 bytes required for save
Using default MAC address
Using MAC Address: 00-08-ee-03-14-99
MAC Address = 00-08-ee-03-14-99
Next, I added static ARP in workhost
> arp -s 192.168.8.140 00-08-ee-03-14-99
but ping to 192.168.8.140 is failed.
Help me please to resolve this problem. I think that need to fix the pinmux defines in the emacHooks.c, but I do not know how :)
Thanks!