By default, Ember Debug Adapters are configured to acquire IP addresses using DHCP. If your network environment requires use of static IP addresses, configure the Ember Debug Adapter as follows:
- Disconnect the Ethernet connection from the Ember Debug Adapter.
- Connect one end of the USB cable to the Ember Debug Adapter.
- Connect other end of the USB cable to the PC.
- Run em3xx_isa.exe with these parameters to configure static IP settings.
em3xx_isa.exe --admin “ip status IPADDR NETMASK GATEWAY”
Example:
The following command line changes settings to a static IP address of 192.168.1.100 with a netmask of 255.255.255.0 and gateway of 192.168.1.1
em3xx_isa --admin “ip static 192.168.1.100 255.255.255.0 192.168.1.1”
em3xx_isa.exe --admin “ip dhcp off”
本文介绍如何将EmberDebugAdapter从默认的DHCP配置更改为使用静态IP地址。通过断开以太网连接并使用USB连接到PC,运行特定命令来设置所需的IP地址、子网掩码和网关。
1900

被折叠的 条评论
为什么被折叠?



