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.

AWR2243BOOST: 请问怎么修改DCA1000 EVM板子的ip地址和MAC地址?

Part Number: AWR2243BOOST
Other Parts Discussed in Thread: DCA1000EVM

我希望可以通过一台电脑同时捕获4个雷达接收的数据,但是DCA1000 EVM似乎固定ip地址为192.168.33.180,mac地址为12.34.56.78.90.12。

请问我该怎么修改,让不同的DCA1000 EVM有不同的ip地址和mac地址。

我通过DCA1000EVM_CLI_Control.exe的json配置文件修改,发现更改DCA1000IPAddress字段后,连接失败

{
	"DCA1000Config": {
			"dataLoggingMode": "raw",
			"dataTransferMode": "LVDSCapture",
			"dataCaptureMode": "ethernetStream",
			"lvdsMode": 1,
			"dataFormatMode": 1,
			"packetDelay_us": 25,
			"ethernetConfig": {
					"DCA1000IPAddress": "192.168.33.181",
					"DCA1000ConfigPort": 4096,
					"DCA1000DataPort": 4098
			},
			"ethernetConfigUpdate": {
					"systemIPAddress": "192.168.33.30",
					"DCA1000IPAddress": "192.168.33.181",
					"DCA1000MACAddress": "12.34.56.78.90.12",
					"DCA1000ConfigPort": 4096,
					"DCA1000DataPort": 4098
					}
	}
}
					

如果是192.168.33.180就连接成功

  • 要写到eeprom里,请看TI_DCA1000EVM_CLI_Software_UserGuide.pdf的3.1.4.2 Configure EEPROM

    CLI_Control tool will execute this command to reconfigure the IP address of the DCA1000EVM with the following configuration
    1. MAC ID (ethernetConfigUpdate -> DCA1000MACAddress)
    2. PC IP Address (ethernetConfigUpdate -> systemIPAddress)
    3. Board IP Address (ethernetConfigUpdate -> DCA1000IPAddress)
    4. Record port number (ethernetConfigUpdate -> DCA1000DataPort)
    5. Configuration port number (ethernetConfigUpdate -> DCA1000ConfigPort)

    Command: DCA1000EVM_CLI_Control.exe eeprom configFile.json

  • 您好,请问执行完这条命令

    DCA1000EVM_CLI_Control.exe eeprom configFile.json

    后还需要什么操作。

    我执行完命令行中显示执行成功,但并没有效果。ip并没有变成我在ethernetConfigUpdate -> DCA1000MACAddress写的新ip。

    尝试断开电源重连,重置DCA1000 EVM板也是一样。

  • 请看一下SW2.6是否拨到USER_SW1 (Using EEPROM configuration)
    https://www.ti.com/lit/ug/spruij4a/spruij4a.pdf