Control: tags -1 patch
Hi all, I tried to boot a 'Olimex A20 Lime 2 Rev. K' too, and as reported, the ethernet PHY seems not to be initialized well and fails to work at all. Following the advice of the sunxi wiki [1], recompiling u-boot with the proposed patch [2] fixed this: Ethernet works in u-boot as well as in the installer with the patched u-boot. No idea if this patch spoils the other revisions. Best regards, Andi [1] https://linux-sunxi.org/Olimex_A20-OLinuXino-Lime2#GMAC_u-boot_config [2] diff --git a/configs/A20-OLinuXino-Lime2-eMMC_defconfig b/configs/A20-OLinuXino-Lime2-eMMC_defconfig index 7e48328290..08a7207652 100644 --- a/configs/A20-OLinuXino-Lime2-eMMC_defconfig +++ b/configs/A20-OLinuXino-Lime2-eMMC_defconfig @@ -38,3 +38,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_GMAC_TX_DELAY=3