After much struggles getting a functioning sd card image built with lsdk1906 (with firmware from bsp0.3) to boot into ubuntu on a LS1028ARDB, the next problem appears: No eth0!
Felix, ocelot and ENETC drivers are nowhere to be found in lsdk1906.
Can someone please point me in the right direction to fix this?
Thanks!
root@localhost:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
3: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
link/can
4: can1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
link/can
5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:13:22:94:e3 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
TX packets 7120 bytes 505544 (505.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@localhost:/# ethtool eth0
Settings for eth0:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available
other experiments:
root@localhost:/# modprobe fsl-enetc
modprobe: FATAL: Module fsl-enetc not found in directory /lib/modules/4.19.46
root@localhost:/# ls-addni -n
error: Did not find a device file
Restool wrapper scripts only support the latest major MC version
that currently is MC10.x. Use with caution.
error: Did not find a device file
Hello Bjørn Medhus,
Ethernet cannot work with LSDK 1906 on LS1028 platform, this is a known issue.
Please continue to use LS1028 BSP 0.3. LSDK1906 doesn't support LS1028 platform.
Thanks,
Yiping