Tool/software:
Hello,
Using the AM6422 on SDK 8.6, the CPSW Ethernet was set to switch mode via power-on self-start. However, at this point, it has no IP address. An IP address needs to be manually assigned using ifconfig eth0 192.168.x.x
for it to take effect, but this configuration is lost after disconnecting the Ethernet cable and needs to be reconfigured. Attempting to set a static IP address by creating the 01-eth0-static.network
file results in the IP address being present after power-on and persisting even after unplugging the cable. However, at this point, SSH connection software using eth0
fails to connect.
When manually entering commands, if we first set the host IP and then separately configure the IP addresses for the eth0 and eth1 ports, we can successfully connect via SSH client software. We suspect this is due to the sequence of IP address configuration. What could be the reason for this behavior?