Networking Issues (Actually really Solved x2!) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66) +--- Forum: Clusterboard (https://forum.pine64.org/forumdisplay.php?fid=91) +--- Thread: Networking Issues (Actually really Solved x2!) (/showthread.php?tid=5712) Pages:
1
2
|
RE: Networking Issues (Actually really Solved x2!) - aww - 04-09-2018 (04-05-2018, 09:23 AM)hexalyn Wrote: Hi, So there is actually a simpler patch but it's only works due to a coincidence that was fixed in Armbian. This patch makes it so that all you need to set is rgmii-txid in the sopine dtb file(that's what I ended up changing after playing with a bunch of values for the manual delays) So all of these are actually related to a packet loss issue on pine64(not sopine's) and some magic numbers they got from realtek. It coincidentally seems to solve issues with clusterboard, based on experimentation. https://github.com/armbian/build/blob/master/patch/kernel/sunxi-next/sunxi64-pine64-plus-ethernet-fix.patch Other discussion about it here: https://patchwork.ozlabs.org/patch/873752/ https://lkml.org/lkml/2017/8/22/9 I RE: Networking Issues (Actually really Solved x2!) - aww - 04-09-2018 Code: diff --git a/patch/kernel/sunxi-next/00-readd-dwmac-sun8i-DT-bindings-arm64.patch b/patch/kernel/sunxi-next/00-readd-dwmac-sun8i-DT-bindings-arm64.patch That's the change I made to get networking out of the box working when building armbian. The patch is in the armbian/build. I'll open an PR there, to get it upstream. |