Hi all, I've spend a few evenings playing with the Armbian build-system and OPI4a, mainly trying to get Ethernet working reliably. There are two issues I've found:
(almost) every second boot there are errors with PHY access (as if there was a race somewhere),
neither DHCP nor static IPs are working (in scnerios when there are no issues with PHY).
I've mainly focused on comparing Devicetrees to OrangePis' sources, and from newbie perspective, at least Ethernet part seems pretty complete.
The next logical step would be to focus on the driver, but I figured, I'd ask if maybe someone has also been trying to work it out, and proceeded further?
I'd appreciate any ideas of what I should check next.