From 0eea768c862a2b83d85e57977a62a0e653dcf002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:58:10 +0000 Subject: [PATCH] Resolve network issue on Clusterboard (#2396) * Resolve network issue on Clusterboard A long-known issue with Clusterboard is that SOpine does see network interface but no traffic is getting through. This solution has been described in many forum discussions and has proven to work: https://forum.armbian.com/topic/9402-ethernet-not-working-on-sopine-module/ * Port the rgmii-txid patch for SOpine in Clusterboard From https://github.com/CallMeFoxie/EmbeddedBOINC/blob/master/buildsteps/patches/kernel/pine64-network-new.patch --- packages/blobs/sunxi/a64/pine64so.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blobs/sunxi/a64/pine64so.dts b/packages/blobs/sunxi/a64/pine64so.dts index c37e418fe7..38911ea907 100644 --- a/packages/blobs/sunxi/a64/pine64so.dts +++ b/packages/blobs/sunxi/a64/pine64so.dts @@ -2824,7 +2824,7 @@ interrupt-names = "gmacirq"; clocks = <0x8f>; clock-names = "gmac"; - phy-mode = "rgmii"; + phy-mode = "rgmii-txid"; tx-delay = <0x3>; rx-delay = <0x0>; gmac_power1 = "axp81x_dc1sw:0";