Hi,
There is a questions about Static IP Settings, steps are as below,
1. $ vi /etc/systemd/network/10-eth.network
[Match] Name=eth0 KernelCommandLine=!root=/dev/nfs [Network] #DHCP=yes Address=192.168.1.5/24 Broadcast=192.168.1.255 Netmask=255.255.255.0 Gateway=192.168.1.1
2. Modify IP address manually
$ifconfig eth0 192.168.1.10
3. re-plug ethernet cable
4. The IP address is shown 192.168.1.5, but what I expect is 192.168.1.10
Could you tell me how to fix this?
SDK: ti-processor-sdk-linux-rt-am335x-evm-08.02.00.24
Hardware : TI AM335x EVM-SK