02-14-2018, 10:10 PM
(This post was last modified: 02-17-2018, 10:35 PM by aww.)
I have rev 2.2 of the clusterboard and am having a ton of issues. The only image I have been able to get to bring network up is ayafun's xenial minimal, archlinux, armbian and others won't bring network up, but will boot.
Anyone work through these issues?
this is the error that I see on the arch linux build:
dwmac-sun8i 1c30000.ethernet eth0: Too many address, switching to promiscuous
So this looks to be fun:
Off of my switch the offset seems to work only with 200.
Direct connected to my router it only works with 500.
Based on my understanding that means there might be a deeper issue.
my experience has been that software has to be kinda matched to the hardware. it's been that way since 56K modems. people tend to think there is one magical setting in software that will deliver the same results across all kinds of hardware and that is simply not the case most of the time.
02-17-2018, 10:35 PM
(This post was last modified: 02-17-2018, 10:36 PM by aww.)
I figured it out, looks like all you need to do is set allwinner,tx-delay-ps = <200>; to a value greater then 200. Works fine and I get full throughput. I think that when I was moving both values around it would fix one and then break the other.
I am looking at what I need to do to get it in the OS builds.