Insert a SD card in the LS1028ARDB.
Automatically download and deploy LSDK images
flex-installer -i auto -m ls1028ardb -d sd
Then you will get a rootfs in the SD card partition 4.
Modify the partition 4 /etc/network/interfaces.
Add information below:
auto eno0
iface eno0 inet static
address 192.168.8.9
netmask 255.255.255.0
gatway 192.168.8.1
dns-nameservers 8.8.8.8.8.8.4.4
The eno0 will be active when the ls1028ardb boot up.
The address will be set 192.168.8.9
And the netmask, gateway, dsn would be set follow the example.