
On Fri, 5 Jan 2024 at 02:46, Fabio Estevam festevam@gmail.com wrote:
On Thu, Jan 4, 2024 at 12:02 PM Maxim Uvarov maxim.uvarov@linaro.org wrote:
CI tests this in all qemu emulated boards. I tested it locally on
Raspberry Pi - works well. This version did not
yet tested on imx8, but the previous version worked on eth0, did not
work on eth1. So I plan to continue testing
these patches on different boards. But in general it's the upper layer
then drivers and theoretically has to work on any
board. But in fact different boards work in different ways and behaviour
is different with their qemu model. So I'm a little bit confused
how to test and debug these patches on board which I don't have physical
access...
Can you try to get access to any i.MX board via Linaro?
I will try, but for some reason there is no i.MX board in the lab.
that is really strange, after reboot you should get the initial stage. You can type 'lwip list' and 'net list' to check if there is an IP
address for
active device set.
Nothing strange there:
u-boot=> lwip list 1: eth0 UP IP: 192.168.0.122/255.255.255.0, GW: 192.168.0.1, 00:04:9f:06:33:d3 done. u-boot=> net list eth0 : ethernet@30be0000 00:04:9f:06:12:98 active
MAC address is different in two commands, it has to be the same.
BR, Maxim.