Hello,
I'm new to the poplar board. I followed the exact instruction here "Building Poplar System Recovery Media From Source", cloned the source code and toolchains from linaro, built and ran recovery image on poplar board. However neither eth0 nor usb device worked on the board. No modules were loaded. I'd appreciate any suggestions/directions/actions to take, what to look for to resolve this. Thank you.
root@linaro-developer:~# ifconfig eth0 up
SIOCSIFFLAGS: No such device
root@linaro-developer:~# lsmod
Module Size Used by
root@linaro-developer:~# lspci
-bash: lspci: command not found
root@linaro-developer:~#
I noticed some failure on console during board boot up:
Flattened Device Tree blob at 32200000
Booting using the fdt blob at 0x32200000
device_remove: Device 'ehci@9890000' failed to remove, but children are gone
Loading Device Tree to 000000003df44000, end 000000003df49418 ... OK
Starting kernel ...
[ 0.130753] OF: amba_device_add() failed (-19) for /soc@f0000000/spi@8b1a000
[ 0.138303] OF: amba_device_add() failed (-19) for /soc@f0000000/gpio@8004000
[ 0.154457] dmi: Firmware registration failed.
[ 0.186865] hisi-gmac f9841000.ethernet: SMI bus read not valid
Hello, I'm new to the poplar board. I followed the exact instruction here "Building Poplar System Recovery Media From Source", cloned the source code and toolchains from linaro, built and ran recovery image on poplar board. However neither eth0 nor usb device worked on the board. No modules were loaded. I'd appreciate any suggestions/directions/actions to take, what to look for to resolve this. Thank you.
root@linaro-developer:~# lsusb root@linaro-developer:~# ifconfig lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 6 bytes 372 (372.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6 bytes 372 (372.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@linaro-developer:~# ifconfig -a eth0: flags=4098<BROADCAST,MULTICAST> mtu 1500 ether ba:d8:58:6a:24:b6 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 18
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 6 bytes 372 (372.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6 bytes 372 (372.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@linaro-developer:~# ifconfig eth0 up SIOCSIFFLAGS: No such device root@linaro-developer:~# lsmod Module Size Used by root@linaro-developer:~# lspci -bash: lspci: command not found root@linaro-developer:~#
I noticed some failure on console during board boot up:
Flattened Device Tree blob at 32200000 Booting using the fdt blob at 0x32200000 device_remove: Device 'ehci@9890000' failed to remove, but children are gone Loading Device Tree to 000000003df44000, end 000000003df49418 ... OK
Starting kernel ...
[ 0.130753] OF: amba_device_add() failed (-19) for /soc@f0000000/spi@8b1a000 [ 0.138303] OF: amba_device_add() failed (-19) for /soc@f0000000/gpio@8004000 [ 0.154457] dmi: Firmware registration failed. [ 0.186865] hisi-gmac f9841000.ethernet: SMI bus read not valid
I attached the build output and board boot up console log. 0906-2.txt poplar-build.txt