Part Number: TDA3
Hi All,
I am using D3's TDA3 Starter Kit board and I testing a custom usecase to send output FFT data from TDA3RVP through Ethernet cable. In the TDA3 Stater Kit board, it is physically connected to Ethernet 1 interface on TDA3 side. I made the following change in NDK_Config.cfg:
var enableInstrumentation = 0;
var enableStaticIpEth0 = 0;
var enableStaticIpEth1 = 1;
var enableTelnet = 0;
If I put enableStaticIpEth0 as 1, then I am able to see static ip address as '192.168.1.200' for ethernet 0 interface. However, I am not able to see any ip adress (it is displayed as 0.0.0.0) for ethernet 1 even if I enable enableStaticIpEth1. Shouldn't the default value for Ethernet 1 be '192.168.2.4'? Is there any setting to be done to be enable data collection through Ethernet using TDA3 Starter Kit?
The cfg.mk config file setting for tda3_rvp_bios_all config is as below:
VSDK_BOARD_TYPE=TDA3XX_RVP
# Supported values: DDR_MEM_512M DDR_MEM_128M
DDR_MEM=DDR_MEM_1024M
EMIFMODE=SINGLE_EMIF_1GB
# Supported values: ipu1_0 ipu1_1 none
NDK_PROC_TO_USE=ipu1_1
#Used to control TFDTP stack (supported values: yes no)
NSP_TFDTP_INCLUDE=yes
#Enable IPv6 Support
NDK_ENABLE_IPV6=no
# Supported values: ipu1_0 none
FATFS_PROC_TO_USE=none
WORKQ_INCLUDE=yes.
I look forward to your help. Thanks!
Best Regards,
Nishant