You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to better define "not working" because I've been working from N2/C4 in recent days without issues. Note that I am also using the current 2020.04 u-boot we bundle into images: http://ix.io/2rbQ
Ethernet not working means: it does not communicate over ethernet. interface eth0 is there but it can't get an ip from dhcp it assigns the dummy ip 169.xxx.xxx.xxx to eth0. The change of phy-Mode to rgmii-id seams to break something. I use the uboot which is build by building the above git master image.
I see you run on 100MB, I run 1GB Network, perhaps this might be the issue?
The following part of dmesg is with working 1GB Network after changing phy to rgmii.
`
[ 4.305988] RTL8211F Gigabit Ethernet 0.0:00: 2ns TX delay was already disabled (by pin-strapping RXD1 or bootloader configuration)
[ 4.306484] RTL8211F Gigabit Ethernet 0.0:00: 2ns RX delay was already disabled (by pin-strapping RXD0 or bootloader configuration)
Describe the bug
ethernet is not working for odroid c4 and odroid-n2 boards
Informations
Additional context
removing
amlogic-0155-WIP-arm64-dts-meson-switch-ODROID-N2-to-rgmii-id.patch
amlogic-0156-WIP-arm64-dts-meson-switch-ODROID-C4-to-rgmii-id.patch
in amlogic patches linux fixes the bug.
The text was updated successfully, but these errors were encountered: