Skip to content

Fix Ethernet on the NanoPi Neo2 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: sunxi-v2017.x
Choose a base branch
from
Open

Fix Ethernet on the NanoPi Neo2 #2

wants to merge 1 commit into from

Conversation

riptidewave93
Copy link

On the NanoPi Neo2, ethernet is on MDIO address 7, not 1. Copied from Linux 4.13 at torvalds/linux@63b9568

When applied, this fixes ethernet within u-boot for the NanoPi Neo2

Before:

U-Boot 2017.05 (Jun 30 2017 - 12:03:24 +0800) Allwinner Technology

CPU:   Allwinner H5 (SUN50I)
Model: NanoPi H5
DRAM:  512 MiB
MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   phy interface7
Could not get PHY for ethernet@1c30000: addr 1
No ethernet found.
cputype is 0x1
starting USB...
USB0:   USB EHCI 1.00
USB1:   USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0 
=> 

After:

U-Boot 2017.05-01037-g2013d88-dirty (Aug 16 2017 - 16:16:43 +0000) Allwinner Technology

CPU:   Allwinner H5 (SUN50I)
Model: NanoPi H5
DRAM:  512 MiB
MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   phy interface7
eth0: ethernet@1c30000
cputype is 0x1
starting USB...
USB0:   USB EHCI 1.00
USB1:   USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0 
=> 

On the NanoPi Neo2, ethernet is on MDIO address 7, not 1. Copied from Linux 4.13 at torvalds/linux@63b9568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant