Hello,
I'm trying running NDK on BBB. It seems like no response to issue PING from my pc to 192.168.1.4. I referred to the following text and altered a definition from EVM_AM335X to BBB_AM335X. Then I created new project attached. I didn't change any source codes and configuration file. The IP address of my pc is fixed address. (192.168.1.1 or 192.168.1.2)
C:\ti\pdk_am335x_1_0_1\packages\ti\transport\ndk\nimu\example\am335x\armv7\bios\NIMU_BasicExample_evmAM335x_armExampleproject.txt
The outputs of serial terminal and ccs console are below.
// Terminal
SetPhyMode:21e1 Auto:1, FD10:64, HD10:32, FD100:256, HD100:128, FD1000:8192 LPBK:0
SYS/BIOS Ethernet/IP (CPSW) Sample application
ENETPHY_FindingState: PhyNum: 0
ENETPHY_DisablePhy(0)
Enable Phy to negotiate external connection
NWAY Advertising: FullDuplex-1000 FullDuplex-100 HalfDuplex-100 FullDuplex-10 HalfDuplex-10
Negotiated connection: FullDuplex 1000 Mbs
// Console
[CortxA8] Network Added: If-1:192.168.1.4
My software environments are below:
CCS: v6.1.2
Compiler: GNU v4.8.4
XDC: v3.31.2.38(core)
Processor SDK RTOS: v2.0.1.7
PDK: v1.0.1
NDK: v2.24.3.35
SYS/BIOS: v6.45.0.19
Do I need to call any functions? Please give me some advice.
Regards,
Kazu