On Mon, Feb 3, 2020, Sergei Shtylyov wrote: > so far: in the ethtool API for the register dump. I'd appreciate > if Chris Brandt could sanity-test this patch set as he seem to > still have the RZ/A1 hardware... Works on a Renesas RZ/A1H RSK board. Welcome to Buildroot buildroot login: root $ ifconfig eth0 up [ 17.940062] Generic PHY e8203000.ethernet-ffffffff:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=e8203000.ethernet-ffffffff:00, irq=POLL) [ 17.959339] sh-eth e8203000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off [ 17.975071] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready $ $ udhcpc udhcpc: started, v1.29.3 udhcpc: sending discover udhcpc: sending select for 10.10.10.240 udhcpc: lease of 10.10.10.240 obtained, lease time 86400 deleting routers adding dns 10.10.10.1 $ $ $ cd /tmp $ wget www.google.com Connecting to www.google.com (172.217.12.68:80) index.html 100% |********************************| 11987 0:00:00 ETA $ Chris