Part Number:AM3352
Tool/software: Linux
Hi Yordan
I have a related question need your help.
As below your steps, I can set static ip as default on one port, but it would cause other ports disappear. (there are two eth and one wlan on my board)
How could I make other ports show on ifconfig? (pic 1 is current ifconfig, pic 2 is default ifconfig)
Modify the /lib/systemd/system/systemd-networkd.service file:
#ExecStart=/lib/systemd/systemd-networkd /*The default configuration has this enabled. COMMENT IT*/
ExecStart= ExecStart=/sbin/ifup eth1 /*Add this line so that systemd runs ifup upon board boot*/