I download the ndk(ndk_2_20_00_19) and nsp(nsp_1_00_00_09),it can run normal at omapl138 evaluate board,MII mode,
I add the NDK packet to my arm project,modify PINMUX use RMII mode, add static ip .howere ,I cann't ping through the IP.The console display the info at bellow:
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
00000.000 KrnMsg: Msg=[New ] A=[192.168.010.010] M=[255.255.255.255]
00000.000 KrnMsg: Msg=[New ] A=[192.168.010.000] M=[255.255.255.000]
Network Added: If-1:192.168.10.10
00000.000 KrnMsg: Msg=[New ] A=[000.000.000.000] M=[000.000.000.000]
I use the OMAPL138 chip,please tell me how to use NDK in arm core with RMII mode,give me some suggest?