I am trying to set up ethernet interface on LS1028ARDB as well. I run your shell script to bring the interfaces up, then follow the next steps. I do see the lines:
mscc_felix 0000:00:00.5 swp0: Link is Up -- 1Gbps/Full - flow control rx/tx
IPv6: ADDRCONF(NETDEV_CHANGE): swp0: link becomes ready
However, when I try ping -c 5 -s 1 100.1.1.1, the ping fails and I get Destination Host Unreachable.
my output of `ip a` shows:
eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> with no ip address, and
swp0@eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> with ip address 100.1.1.29
Any ideas?