Tool/software: Linux
Hi,
I installed the pre-built images of Linux distribution ti-processor-sdk-linux-am335x-evm-03.00.00.04 on my beaglebone black board with SD card.
This version seems to use "systemd" to manage the service.
The application I need is to change DHCP or Static IP using the interface "eth0".
Therefore, I modified the file "/etc/systemd/network/10-eth.network" and run the command "systemd restart systemd-networkd" to change the IP Address Setting.
Check the service status by the command "systemd status systemd-networkd". It shows below:
The network interface "eth0" seems to be configured properly and got the address, netmask, gateway correctly.
But the last line shows "eth0: Could not drop address: No such process".
Is there any concern about this error or warning?
