superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

u-boot ethernet phy regression on gxbb (nanopi-k2, odroid-c2) #106

Closed sarnold closed 2 years ago

sarnold commented 3 years ago

Describe the bug According to the feedback on this bug: https://github.com/home-assistant/operating-system/issues/1202 ethernet/phy is working at least through 2020.04 u-boot release. Confirmed broken using poky/meta-meson on dunfell branches.

Build Context

PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"
PREFERRED_VERSION_linux-mainline ?= "5.10%"
# ethernet bug somewhere after this version
PREFERRED_VERSION_u-boot-meson-gx = "2020.01%"  <= broken without this

Expected behavior Working ethernet.

System (please complete the following information):

Additional context Just building core-image-minimal with some packages, testing on nanopi-k2 and odroid-c2 (confirmed working with u-boot 2020.04 and kernel 5.10.14 with one small espressobin-ultra patch).

superna9999 commented 2 years ago

Fixed with 1a95da2a8bb9bf268551805655f2a3285243971d (upgrade mainline u-boot to 2020.10) on dunfell

sarnold commented 2 years ago

Thanks!